aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-04-03 09:40:10 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-04-03 09:40:10 +0000
commit918928b5b464c3ce55af20b608f78a5a70da1b95 (patch)
tree69507ffadb30383fd6502292174d9df15d855750 /status.xml
parentcfa5ebf3a6e05964b07c7adc06f68d80c2c911bc (diff)
downloadxmlgraphics-fop-918928b5b464c3ce55af20b608f78a5a70da1b95.tar.gz
xmlgraphics-fop-918928b5b464c3ce55af20b608f78a5a70da1b95.zip
Merged revisions 644208,644213 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r644208 | jeremias | 2008-04-03 09:05:14 +0100 (Thu, 03 Apr 2008) | 11 lines 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. ........ r644213 | jeremias | 2008-04-03 09:13:50 +0100 (Thu, 03 Apr 2008) | 1 line Oops. Fixed a last-minute change that broke the build. ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@644243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index a008177c1..c3cbb0103 100644
--- a/status.xml
+++ b/status.xml
@@ -59,6 +59,10 @@
<action context="Renderers" dev="AC" importance="high" type="add">
Added de-duplication and externalization support for IOCA and GOCA data resource objects.
</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.