Jansonc.dotop.com wrote: > Dear Bruno : > Thank you for your kindly help.
I meant to add a link to the tutorial for an example on FontSelector, but I was looking at the wrong place (I was searching the Font chapters). Meanwhile I have found the correct URL: http://itextdocs.lowagie.com/tutorial/objects/index.html#phrase http://itextdocs.lowagie.com/examples/com/lowagie/examples/objects/FontSelection.java You should first add a western font (for instance TIMES_ROMAN or HELVETICA), then your Asian font. If Western characters are encounterd, the Western font will be used. As there are no Chinese characters in TIMES_ROMAN or HELVETICA, the FontSelector will switch to the second font (your Asian font) and get the correct glyphs from that font. br, Bruno ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
