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 /status.xml | |
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 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 7926fe379..305fe8c7c 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Fonts" dev="JM" type="add"> + Added support for unusual font encodings (like for Symbol or Cyrillic fonts) of Type 1 + fonts in PDF and PostScript output. + </action> <action context="Layout" dev="VH" type="fix" fixes-bug="44321"> Moved to the FO tree stage the check for break-before/after on table-row while spanning in progress. |