]> source.dussan.org Git - xmlgraphics-fop.git/commit
Added support for TrueType fonts with symbol character maps (like "Wingdings" and...
authorJeremias Maerki <jeremias@apache.org>
Wed, 16 Dec 2009 10:47:04 +0000 (10:47 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 16 Dec 2009 10:47:04 +0000 (10:47 +0000)
commit63342a9b6dacd9656ae0dc55829bdd32b9bb7370
treee95fa35df386cedf345837e7c34d34cdd5ca3ab2
parented4e49bb2ceaccd0a1d93545c621e310f92a4f21
Added support for TrueType fonts with symbol character maps (like "Wingdings" and "Symbol"). Characters for these fonts are usually found in the 0xF020 to 0xF0FF range (a Unicode private use area).
There's also experimental support to additionally map these characters into the 0x0020 to 0x00FF range if no characters are mapped in this area. That means that that, for example, Wingdings' pen symbol can be accessed using 0xF021 and 0x0021.

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