On 06.08.2008 20:33:32 Steffanina, Jeff wrote: > > I installed fop-0.94 binaries and the > org.apache.fop.fonts.apps.TTFReader binary is apparently not included.
Yes, it is. It's in fop.jar. > I installed the fop-0.94 SOURCE and I now have the entire set of source > file including: TTFReader.java. > > How do I go about compiling the source library so that I can create the > font metrics file (.xml)? I plan to use the command as specified in the > docs: > > java -cp > build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commo > ns-io.jar > org.apache.fop.fonts.apps.TTFReader myfont.ttf > newfont.xml Please do yourself a favor, download the new FOP 0.95 and you can forget about font metrics files since 0.95 can work without them. 0.94 can also do that but there have been some important improvements in that area. See here for more information: http://xmlgraphics.apache.org/fop/0.95/fonts.html#basics Good luck! Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
