I don't know myself.  But these links may answer your
question:

http://marc.theaimsgroup.com/?l=fop-user&w=2&r=1&s=POLISH&q=b

Also Google on "Apache FOP" & "Polish" perhaps?

Let us know if anything helped.

Glen

--- "Jesiolowski, Dominik"
<[EMAIL PROTECTED]> wrote:

> 
> Hello
> I am trying to produce PDF with polish fonts,
> unfortunately
> necessary characters are not in Base-14 fonts. The
> fonts
> I am trying to use can be found here - they are
> free:
>
http://www.agh.edu.pl/pub/tex/GUST/contrib/fonts/cm-pl/plpsfont.zip
> 
> I have created xml files with font metrics and added
> fonts to
> fop.xml. The PDF I am getting after processing my
> .fo file
> contains text with the right font but polish
> characters
> appear as '#'. My .fo file looks like this:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <fo:root
> xmlns:fo="http://www.w3.org/1999/XSL/Format";>
>   <fo:layout-master-set>
>     <fo:simple-page-master margin-bottom="2cm"
> margin-left="2cm"
> margin-right="2cm" margin-top="2cm"
> master-name="simpleA4"
> page-height="29.7cm" page-width="21cm">
>       <fo:region-body></fo:region-body>
>     </fo:simple-page-master>
>   </fo:layout-master-set>
>   <fo:page-sequence master-reference="simpleA4">
>     <fo:flow flow-name="xsl-region-body">
>       <fo:block
> font-family="PLRomanDemi10">PLRomanDemi10-Regular:
> [polish
> chars here]</fo:block>
>     </fo:flow>
>   </fo:page-sequence>
> </fo:root>
> 
> Instead of [polish chars here] I have real polish
> chars encoded correctly in
> UTF-8.
> For example Aogonek [hex: C484].
> 
> Has anyone solved a similiar problem?
> 
> Regards
> Dominik
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to