https://issues.apache.org/bugzilla/show_bug.cgi?id=49627
Summary: Cannot print non-Latin 1 fonts, like Greek, only first
page is accessed
Product: Fop
Version: 0.95
Platform: All
Status: NEW
Severity: blocker
Priority: P2
Component: fonts
AssignedTo: [email protected]
ReportedBy: [email protected]
Hello,
I tried to embed new fonts, like DINRg, via userconfig.xml, the font seems
installed, and I can display correctly all Latin, german umlaute, etc
characters,
but cannot print Greek characters that do exist in the next page of this font.
It seems that fop sees only the first 255 characters (first page) of the
installed or embedded font.
Symbol, that has some of the Greek characters, misses all accents, and one
cannot type mixed latin and greek in the same line. All accented Greek chars
are displayed as # in Symbol.
Does any one have any idea on how to activate the full ISO-8859-7 codepage, or
how to activate the second and following pages in UTF-8, so that fop uses the
correct fist byte in UTF-8 to acces the correct page? Currently all pages but
the first seem to be ignored.
userconfig.xml reads:
<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<font
metrics-url="file:///Users/sj/Triboni8090/ginkgo/fopFonts/DINRg.xml"
kerning="yes"
embed-url="file:///Users/sj/Triboni8090/ginkgo/fopFonts/DINRg.ttf">
<font-triplet name="DINRg" style="normal" weight="normal"/>
</font>
</fonts>
<renderer>
</renderers>
</fop>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.