8.2 seems to break my embedded fonts
Posted: Wed May 23, 2007 8:08 pm
hello,
it appears that 8.2 breaks my embedded fonts. when trying to transform my documents to pdf it actually breaks on when trying to embed the font. has anyone else noticed this? i recreated the metrics files for the fonts and i remade the config file. below is the configuration file for the built in FOP.
any suggestions?
thanks,
sean
<?xml version="1.0"?>
<fop version="1.0">
<base>.</base>
<renderers>
<renderer mime="application/pdf">
<fonts>
<font metrics-url="myriad_roman.xml" kerning="yes" embed-url="c:/docbook-projects/ttf/M/Myriad Roman.ttf">
<font-triplet name="MyriadRoman" style="normal" weight="normal"/>
</font>
<font metrics-url="myriad_bold.xml" kerning="yes" embed-url="c:/docbook-projects/ttf/M/Myriad Bold.ttf">
<font-triplet name="MyriadRoman" style="normal" weight="bold"/>
</font>
<font metrics-url="myriad_italic.xml" kerning="yes" embed-url="c:/docbook-projects/ttf/M/Myriad Italic.ttf">
<font-triplet name="MyriadRoman" style="italic" weight="normal"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>
it appears that 8.2 breaks my embedded fonts. when trying to transform my documents to pdf it actually breaks on when trying to embed the font. has anyone else noticed this? i recreated the metrics files for the fonts and i remade the config file. below is the configuration file for the built in FOP.
any suggestions?
thanks,
sean
<?xml version="1.0"?>
<fop version="1.0">
<base>.</base>
<renderers>
<renderer mime="application/pdf">
<fonts>
<font metrics-url="myriad_roman.xml" kerning="yes" embed-url="c:/docbook-projects/ttf/M/Myriad Roman.ttf">
<font-triplet name="MyriadRoman" style="normal" weight="normal"/>
</font>
<font metrics-url="myriad_bold.xml" kerning="yes" embed-url="c:/docbook-projects/ttf/M/Myriad Bold.ttf">
<font-triplet name="MyriadRoman" style="normal" weight="bold"/>
</font>
<font metrics-url="myriad_italic.xml" kerning="yes" embed-url="c:/docbook-projects/ttf/M/Myriad Italic.ttf">
<font-triplet name="MyriadRoman" style="italic" weight="normal"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>