Eddie Cheng wrote: > I am encountering the similar problem with you for generating Traditional > Chinese pdf. > I have generated the font metrics file from window mingliu.ttc font file. > However, still many words from Supplementary Character Set > (http://www.microsoft.com/hk/hkscs/default.asp) are missed. Moreover, it > seems that true type extension (tte) font file are not supported.
See http://xml.apache.org/fop/fo.html#xml-special-chars for the general answer. Specifically does the font contain the character you are trying to use? Follow instructions at above link to find out. > Further, I would like to know whether fop support more than 1 font metrics > in userconf ? If yes, how to specify? Yes. Just put them in. See the conf/userconfig.xml file for examples, or look here at the CVS code: http://cvs.apache.org/viewcvs.cgi/xml-fop/conf/Attic/userconfig.xml?rev=HEAD &only_with_tag=fop-0_20_2-maintain&content-type=text/vnd.viewcvs-markup (you'll probably need to cut-and-paste that URL) Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
