Hello,
I try to print Greek characters with FOP 0.95, but apparently only the first
page (ANSI) seems to be accessible. The Greek characters are located in the
second page (after 255) of the character set.
They are displayed as ####.
Use userconfig.xml, and was advised to remove the metrics files.
Still the fonts are not printed.
<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<font
metrics-url="file:///Users/sp/Triboni8080/ginkgo/fopFonts/Greek.xml"
kerning="yes"
embed-url="file:///Users/sp/Triboni8080/ginkgo/fopFonts/Greek.ttf">
<font-triplet name="FreeSans" style="normal" weight="normal"/>
</font>
<font
metrics-url="file:///Users/spyrospapantoniou/Triboni8080/ginkgo/fopFonts/GREEKPAR.xml"
kerning="yes"
embed-url="file:///Users/spyrospapantoniou/Triboni8080/ginkgo/fopFonts/GREEKPAR.ttf">
<font-triplet name="FreeSans" style="normal" weight="bold"/>
</font>
<font <!--
metrics-url="file:///Users/sp/Triboni8080/ginkgo/fopFonts/DINRg.xml"
kerning="yes" -->
embed-url="file:///Users/sp/Triboni8080/ginkgo/fopFonts/DINRg.ttf">
<font-triplet name="DINRg" style="normal" weight="normal"/>
</font>
</fonts>
<renderer>
</renderers>
</fop>
Sample output with DINRg:
####: Anafora ########### DINRg, ##μ### 24.05.2010 ### 23.07.2010
latin chars ok, Greek = ###
Any ideas how to configure fop to print Greek?
many thanks
Spyros