The fonts page on the apache fop web site contains the following info re
generating font metrics files.

TrueType Font Metrics
FOP includes TTFReader, which reads the TTF file and generates an
appropriate font metrics file for it. Use it in a similar manner to
PFMReader. For example, to create such a metrics file in Windows from the
TrueType font at c:\myfonts\cmr10.ttf:

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 [options]
             C:\myfonts\cmr10.ttf ttfcm.xml
I would like to jar up the necessary classes for doing this (to be packaged
with an ActiveX).  Does anyone have a list of the classes that are
necessary?

TIA

Mark Williams


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

Reply via email to