DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7200>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7200 loading config.xml [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2002-06-04 08:37 ------- I am using the following userconfig file in which I try to make the font OCRB working. Is something wrong with it ?? <!--<!DOCTYPE configuration SYSTEM "config.dtd">--> <!-- this file contains templates which allow an user easy configuration of Fop. Actually normally you don't need this configuration file, but if you need to change configuration, you should always use this file and *not* config.xml. Usage: java org.apache.fop.apps.CommandLine -cuserconfig.xml fo-file pdf- file --> <configuration> <!-- NOT IMPLEMENTED basedir: normally the base directory is the directory where the fo file is located. if you want to specify your own, uncomment this entry --> <!-- <entry> <key>basedir</key> <value></value> </entry> --> <!-- ************************************************************************ HYPHENATION ************************************************************************ --> <!-- hyphenation directory if you want to specify your own directory with hyphenation pattern then uncomment the next entry and add the directory name --> <!-- <entry> <key>hyphenation-dir</key> <value>/java/xml-fop/hyph</value> </entry> --> <!-- ************************************************************************ Add fonts here ************************************************************************ --> <fonts> <font metrics-file="OCRB.xml" kerning="yes" embed- file="OCRB.ttf"> <font-triplet name="OCRB" style="normal" weight="normal"/> <font-triplet name="OCRBMT" style="normal" weight="normal"/> </font> <!-- example --> <!-- <font metrics-file="arial.xml" kerning="yes" embed-file="arial.ttf"> <font-triplet name="Arial" style="normal" weight="normal"/> <font-triplet name="ArialMT" style="normal" weight="normal"/> </font> <font metrics-file="arialb.xml" kerning="yes" embed-file="arialb.ttf"> <font-triplet name="Arial" style="normal" weight="bold"/> <font-triplet name="ArialMT" style="normal" weight="bold"/> </font> <font metrics-file="ariali.xml" kerning="yes" embed-file="ariali.ttf"> <font-triplet name="Arial" style="italic" weight="normal"/> <font-triplet name="ArialMT" style="italic" weight="normal"/> </font> <font metrics-file="arialbi.xml" kerning="yes" embed-file="arialbi.ttf"> <font-triplet name="Arial" style="italic" weight="bold"/> <font-triplet name="ArialMT" style="italic" weight="bold"/> </font> --> </fonts> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]