aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2010-01-21 17:37:07 +0000
committerJeremias Maerki <jeremias@apache.org>2010-01-21 17:37:07 +0000
commitbb2844e0645707a666fcf43e7fbcb32c8daca49c (patch)
treef4f06a9011c874cac381d97942cac868e0ff15f8 /status.xml
parentab6e2cc40a0c0dde6b98eec000ab94d1c7e35cb1 (diff)
downloadxmlgraphics-fop-bb2844e0645707a666fcf43e7fbcb32c8daca49c.tar.gz
xmlgraphics-fop-bb2844e0645707a666fcf43e7fbcb32c8daca49c.zip
Bugzilla #48567:
Initial support for CID-keyed double-byte fonts (Type 0) in AFP output. Submitted by: Peter Hancock <peter.hancock.at.gmail.com> Patch modified by jeremias: - as discussed: removed fallback character code - as discussed: changed "double-byte" to "CIDKeyed" for the font type. - some cosmetic changes - removed some dead code and commented code. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@901793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index dcf1712ab..c60118759 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Renderers" dev="JM" type="add" fixes-bug="48567" due-to="Peter Hancock">
+ Initial support for CID-keyed double-byte fonts (Type 0) in AFP output.
+ </action>
<action context="Layout" dev="VH" type="fix" fixes-bug="46486">
Bugfix: having a special page-master for the last page caused loss of content when normal
blocks were mixed with blocks spanning all columns.