The font information, etc is shown in the XSL-FO file attached. But
fyi..
font-family="Times New Roman,any".
I can get any font to work but the only problem I face is that when FOP
0.20.5 encounters a character whose code-point is greater than 255, it
renders it as a # character indicating that it is unrecognized.
All I need to know is how to get the Unicode character with code-point
values greater than 255 to be displayed correctly.
I tried adding the entries of these characters in the files
encodings.xml and glyphlist.xml (placed in the codegen folder) but I can
only add the values upto 255. After that, fop crashes.
I know for sure that I have configured the font correctly because I have
got the wingdings font working too.
Thanks
Babar
-----Original Message-----
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Friday, March 17, 2006 5:05 PM
To: [email protected]
Subject: Re: arabic font support in FOP
Babar Ismail wrote:
> I am getting "#" marks instead of the Arabic characters in FOP 0.20.5.
Most likely cause is because you have not configured your font
correctly. What font are you using and how have you configured it?
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<?xml version="1.0" encoding="utf-8"?><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"><fo:layout-master-set><fo:simple-page-master master-name="section1_primary" page-height="792.00pt" page-width="612.00pt" margin-left="90.00pt" margin-right="90.00pt" margin-bottom="36pt" margin-top="36pt"><fo:region-before region-name="header_primary" extent="36pt"/><fo:region-body region-name="body_primary" margin-top="36pt" margin-bottom="36pt"/><fo:region-after region-name="footer_primary" extent="36pt"/></fo:simple-page-master><fo:page-sequence-master master-name="section1_sequence"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference page-position="any" master-reference="section1_primary"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master></fo:layout-master-set><fo:page-sequence master-reference="section1_sequence"><fo:static-content flow-name="header_primary"/><fo:static-content flow-name="footer_primary"/><fo:static-content flow-name="xsl-footnote-separator"><fo:block space-after="6pt"><fo:leader color="#808080" leader-pattern="rule" rule-thickness=".5pt" leader-length="25%"/></fo:block></fo:static-content><fo:flow flow-name="body_primary"><fo:block number="1" white-space-collapse="false" font-family="Times New Roman,any" font-size="13.5pt" font-weight="bold" text-decoration="no-underline" font-style="normal" space-before="5.00pt" space-after="5.00pt" text-align="center" widows="2" orphans="2">ÙØ´Ù ØØ³Ø§Ø¨ Ù
ساÙÙ
- باÙÙÙÙ
Ø© ÙÙ </fo:block><fo:block number="2" white-space-collapse="false" font-family="Times New Roman,any" font-size="12.0pt" font-weight="normal" text-decoration="no-underline" font-style="normal" space-before="0pt" space-after="0pt" text-align="left" widows="2" orphans="2">Â </fo:block><fo:block id="$lastPageRefID"/></fo:flow></fo:page-sequence></fo:root>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]