https://issues.apache.org/bugzilla/show_bug.cgi?id=54122
Priority: P2
Bug ID: 54122
Assignee: [email protected]
Summary: Wrong/missing libs filenames mentioned in "TrueType
Font Metrics" section of docs
Severity: minor
Classification: Unclassified
OS: Windows XP
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.1
Component: documentation
Product: Fop
Source page/section:
http://xmlgraphics.apache.org/fop/1.1/fonts.html#truetype-metrics .
Bugs|errors:
1. Wrong libs filenames mentioned in the creating metrics files command
(version of libs that are part of the libs filenames are missing).
2. One lib filename completely missing (xmlgraphics-commons-1.5.jar).
Now available:
java -cp
build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
org.apache.fop.fonts.apps.TTFReader [options] C:\myfonts\cmr10.ttf ttfcm.xml
How expected:
java -cp
build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.3.1.jar;lib\commons-logging-1.0.4.jar;lib\xmlgraphics-commons-1.5.jar
org.apache.fop.fonts.apps.TTFReader [options] C:\myfonts\cmr10.ttf ttfcm.xml
Notes:
1. Docs for other version fop may contain the same error - wasn't checked.
2. The same error seem to be in section
http://xmlgraphics.apache.org/fop/1.1/fonts.html#type1-metrics but command
wasn't checked because of absence of Type 1 fonts.
--
You are receiving this mail because:
You are the assignee for the bug.