]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #25997,#25999:
authorJeremias Maerki <jeremias@apache.org>
Sat, 3 Feb 2007 21:52:44 +0000 (21:52 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sat, 3 Feb 2007 21:52:44 +0000 (21:52 +0000)
commit14a4ef81000e1b785cc0c38d10e724902b89624d
tree8f34adf03775a1820237b72b6660883212415213
parent14e63efe0a40c52b353afdf7fbc046897b0683bf
Bugzilla #25997,#25999:
Allow reading of OpenType fonts with CFF data in TTFFile. CFF fonts are still not supported in FOP!
Inspired by: Eliot Kimber <drmacro.at.yahoo.com>

In addition to the above:
xHeight and capHeight are now determined through the OS/2 table if no other source for this information helped.
Changed the log level of some info messages to debug to avoid unnecessary log output when TrueType fonts are loaded without XML metrics.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503317 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fonts/apps/TTFReader.java
src/java/org/apache/fop/fonts/truetype/TTFFile.java
src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java