Hi,
 I am chinese developer, I want to create my document with chines fonts
such as song font,hei font,fang font. But I dont't want to use ttf or ttc
fonts, as follows:

                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
    BaseFont bfComic = BaseFont.createFont("hei.ttf", BaseFont.IDENTITY_H,  
    BaseFont.EMBEDDED);                                                     
    Font font = new Font(bfComic, 12);                                      
    String text1 = "黑体";                                                  
    document.add(new Paragraph(text1, font));                               
                                                                            
                                                                            
                                                                            

I want to use the fonts in iTextAsian.jar. as follows:
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
    BaseFont bfChinese = BaseFont.createFont("STSong-Light",                
    "UniGB-UCS2-H", BaseFont.NOT_EMBEDDED);                                 
    Font FontChinese = new Font(bfChinese, 12, Font.NORMAL);                
    Chunk chunk = new Chunk("宋体", FontChinese);                           
    document.add(chunk);                                                    
                                                                            
                                                                            
                                                                            


My question is how can I generate the *.properties file for hei font,kai
font and li font like the "STSong-Light.properties".

       Thanks for all.
             jianwei li
             
beijing,chinaN?Y薜???????L?v??z?L僻j?????N?v??颌贳喝??zYn?Z?.?????鳟?.?b?'???N?g?h?'?'???brKh~)茛?⒎《??????+fjv??㈥?W(?.?┊??e?倍?藏????X?$奁诋z??%?l??玷????????悍~?zw?X?襄?b???倍?藏?

Reply via email to