IvanLatysh wrote:

> Make shure that you properly generate font metrics, the latest
> changes in PSRenderer required to have a WinAnsi encoding.
>
> [quote]
> -enc ansi
>      With this option you create a WinAnsi encoded font.
>
>      The default is to create a CID keyed font.
>      If you're not going to use characters outside the
>      pdfencoding range (almost the same as iso-8889-1)
>      you can add this option.
> [quote]
>
> for example:
> java -cp
> ..\lib\fop.jar;..\lib\avalon-framework.jar;..\lib\xml-apis.jar;..\
> lib\xercesImpl-2.2.1.jar;..\lib\xalan-2.4.1.jar
> org.apache.fop.fonts.apps.TTFReader -enc ansi %1 %2

If this is affecting documents that don't have fonts embedded, the only way
that can be true is for the font metrics to be affecting the actual encoding
of the characters in the PDF document itself, which I didn't realize was
happening. I knew that there were some encoding issues with TTF fonts, but I
thought it was on the embedding side. I will try to take a look at this very
shortly, as part of a bunch of font improvements that are now on the drawing
board. At the very least, in the short term, we need to improve the doc to
reflect this -- I'll make understanding what is going on here & documenting
it a priority.

Victor Mote


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

Reply via email to