diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-02-14 08:12:34 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-02-14 08:12:34 +0000 |
commit | c29ce0ae80329a756e17c263c1c4886d50708b3f (patch) | |
tree | cfdfc8273d9c85b46f5a3a5f04d02c0c5a729f18 /lib | |
parent | 40f03bc5a0233f5081acae13cc55f26e91714790 (diff) | |
download | xmlgraphics-fop-c29ce0ae80329a756e17c263c1c4886d50708b3f.tar.gz xmlgraphics-fop-c29ce0ae80329a756e17c263c1c4886d50708b3f.zip |
Added support for Type 1 fonts which don't use the AdobeStandardEncoding for PDF and PS output. Details:
Added an Type 1 AFM parser (only basic ltr script fonts are properly supported).
Font loading changed slightly to allow loading an AFM in addition to a PFM.
Added some mapping functionality to CodePointMapping. Now we also build custom CodePointMapping instances from AFM files and use it in SingleByteFonts.
Changed more PDF object classes to make use of the generic PDFDictionary and PDFArray base classes.
Type 1 Fonts with a special encoding now register their encoding in the Encoding value of the font dictionary so the mapping is correct. For PS this isn't necessary as the interpreter just uses the font's default encoding.
Refactored CMap building code to it can also be used outside the PDF context. A CMap can now also be built from a single byte encoding.
Update of XML Graphics Commons snapshot.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@627679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmlgraphics-commons-1.3svn.jar | bin | 499250 -> 500806 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/xmlgraphics-commons-1.3svn.jar b/lib/xmlgraphics-commons-1.3svn.jar Binary files differindex 0abad1c33..80927dd7e 100644 --- a/lib/xmlgraphics-commons-1.3svn.jar +++ b/lib/xmlgraphics-commons-1.3svn.jar |