Hello, Victor!
You wrote to <[EMAIL PROTECTED]> on Fri, 25 Jul 2003 12:23:49 -0600:

 VM> Ralf Steppacher wrote:

 >> In my case I get random characters. E.g. where it should say "Report
 >> Konzern Lieferantendatenbank" I get "5  H SRUW  . RQ] HU Q / L  HI  
 >> H
 >> U  D  Q W" and so on. I do not see a pattern. If there were a pattern
 >> it would be hard to recognize because of the many spaces in the
 >> output.
 >> The type face is correct (Arial).

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

---
Yours sincerely, Ivan Latysh.
Ivan[a]yourmail.com


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

Reply via email to