Hi!
To process all fonts in a directory, you could do the following:
1. create a batch-file for the command containing (i called it fnts.bat):
----
java -cp build\fop.jar;lib\avalon-framework.jar;lib\xml-apis.jar;
lib\xercesImpl.jar;lib\xalan.jar
org.apache.fop.fonts.apps.TTFReader
%1 %1.xml
----
2. run the following command:
for %f in (*.ttf) do fnts.bat %f
What you get are xml-files for all fonts, that are named:
fontname.ttf.xml
Greetings,
Christian
> -----Original Message-----
> From: Jonny Pony [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 12, 2003 1:41 PM
> To: [EMAIL PROTECTED]
> Subject: Adding fonts to FOP - Where can I find already made
> "Font-XML-Files"?
>
>
> Hi,
>
> I want to add more fonts to FOP.
> I do it something like this:
> java -cp build\fop.jar;lib\avalon-framework.jar;lib\xml-apis.jar;
> lib\xercesImpl.jar;lib\xalan.jar
> org.apache.fop.fonts.apps.TTFReader
> C:\windows\fonts\cmr10.ttf ttfcm.xml
>
> Since there are so many fonts and it is a lot of work , I was
> wondering if
> there is a site with already "made Font-XML-Files"?
>
> Thanks
> Jonny
>
> _________________________________________________________________
> E-Mails sind zu unpers�nlich? Mit einer Webcam wird der MSN
> Messenger zum
> Bildtelefon! http://messenger.msn.de Jetzt kostenlos
> downloaden und der Spa�
> beginnt!
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]