diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-01-04 12:59:29 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-01-04 12:59:29 +0000 |
commit | 1b03a90eb44c5090c357c38c7606f795a63bb3f0 (patch) | |
tree | da1377f5d045e7d1690cb2dfbae494cdedcc3460 /status.xml | |
parent | c7c6ba4f035d3f099ea3408431d3290b8bc7aae6 (diff) | |
download | xmlgraphics-fop-1b03a90eb44c5090c357c38c7606f795a63bb3f0.tar.gz xmlgraphics-fop-1b03a90eb44c5090c357c38c7606f795a63bb3f0.zip |
Added support for forcing single-byte encodings for TrueType fonts without creating an XML font metric file (see "encoding-mode" attribute on "font" element in updated documentation).
See also Acrobat PDF merge performance problem on fop-users: http://markmail.org/message/dbbaaht4qshhqs3v
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@731248 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 e6362fb7d..9b1ad2e56 100644 --- a/status.xml +++ b/status.xml @@ -53,6 +53,10 @@ <changes> <release version="FOP Trunk" date="TBD"> + <action context="Fonts" dev="JM" type="add"> + Added support for forcing single-byte encodings for TrueType fonts without + creating an XML font metric file (see "encoding-mode" attribute on "font" element) + </action> <action context="Layout" dev="JM" type="fix" fixes-bug="45306"> Fixed fo:instream-foreign-object inside fo:marker. </action> |