Re: Failed to read font metrics file

2003-09-27 Thread J.Pietschmann
Matthew L. Avizinis wrote: You need to use the FOP TTFReader to generate the metrics file. Somehow I get the impression we should provide a BAT file and a GUI shell for it :-/ J.Pietschmann. - To unsubscribe, e-mail: [EMAIL

RE: Failed to read font metrics file

2003-09-27 Thread Andreas L. Delmelle
-Original Message- From: Nadeau, Isabelle [mailto:[EMAIL PROTECTED] Merci, but on Windows, I can't apply this code directly... well I don't see how actually. I'm using JBuilder and TTFReader class... I'm trying to use writeFontXML or constructFontXML... working on it ! 2 questions:

RE: Failed to read font metrics file

2003-09-27 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Matthew L. Avizinis wrote: You need to use the FOP TTFReader to generate the metrics file. Somehow I get the impression we should provide a BAT file and a GUI shell for it :-/ Hmmm, I can see why you're being a

Re: Failed to read font metrics file

2003-09-27 Thread J.Pietschmann
Andreas L. Delmelle wrote: BTW: Has the option been considered of adding the font reader functionality to FOP itself? No. Well. Advantage: One point to start. Disadvantages: - Docs and CLI help become more cluttered. - You'll get fairly complicated logic for rejecting inappropriate command line

RE: Failed to read font metrics file

2003-09-27 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Advantage: One point to start. That was the idea, but... Disadvantages: - Docs and CLI help become more cluttered. - You'll get fairly complicated logic for rejecting inappropriate command line parameters. - You

RE: Failed to read font metrics file

2003-09-27 Thread Victor Mote
J.Pietschmann wrote: I'd like to see *one* program for handling metrics, dealing with PFM, TTF and TTCs intelligently, but integrating it into the main CLI goes a bit beyond the one tool for one purpose principle which should apply to the FOP CLI as well. This is not very difficult to do,