diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-04-03 08:05:14 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-04-03 08:05:14 +0000 |
commit | 1f0ed2013cfcc24f8071b09ad17c3dd4eec5633f (patch) | |
tree | 0ddb23c225f9aa85917310748b95a59ee77b08c5 /status.xml | |
parent | 5adb538c93cbc3892b751e1fccc3dabe1986037f (diff) | |
download | xmlgraphics-fop-1f0ed2013cfcc24f8071b09ad17c3dd4eec5633f.tar.gz xmlgraphics-fop-1f0ed2013cfcc24f8071b09ad17c3dd4eec5633f.zip |
Bugzilla #44737:
Added support for auto-configuring TrueType Collections. XML font metrics files for *.ttc fonts are not required anymore.
Submitted by: Jason Harrop <jason.at.plutext.org>
Changes to patch or in addition to the patch:
- Tab chars removed and Checkstyle issues fixed
- Some simplifications in the cache handling (CachedFontInfo is obsolete and less cache-private information is exposed to the outside).
- TTCs are fully detected and registered with FOP.
- TTCs can also be registered using a "font" element. The new "sub-font" attribute selected the sub-font in the TTC.
- Bug fixed in TTFFile: Font names were not decoded correctly (ex. font names in Chinese)
- Minimal docs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@644208 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 6d245a3d2..4bd080975 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,10 @@ Added SVG support for AFP (GOCA). </action> --> + <action context="Fonts" dev="JM" type="add" fixes-bug="44737" due-to="Jason Harrop"> + Added support for auto-configuring TrueType Collections. XML font metrics files for + *.ttc fonts are not required anymore. + </action> <action context="Renderers" dev="JM" type="update"> When a JPEG image is embedded, an optionally embedded color profile is filtered out as it's already embedded separately in the PDF file. |