I installed fop-0.94 binaries and the
org.apache.fop.fonts.apps.TTFReader binary is apparently not included.
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
Thanks.
Jeff