aboutsummaryrefslogtreecommitdiffstats
path: root/conf/fop.xconf
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 /conf/fop.xconf
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 'conf/fop.xconf')
-rw-r--r--conf/fop.xconf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf
index 439636049..10b31cf86 100644
--- a/conf/fop.xconf
+++ b/conf/fop.xconf
@@ -396,6 +396,20 @@ the location of this file.
<font-triplet name="Courier" style="italic" weight="bold"/>
<font-triplet name="monospace" style="italic" weight="bold"/>
</font>
+
+ <!--
+ Configure double-byte (CID Keyed font (Type 0)) AFP fonts with type="CIDKeyed".
+
+ example:
+ <font>
+ <afp-font type="CIDKeyed" encoding="UnicodeBigUnmarked"
+ codepage="T1120000" characterset="CZJHMNU"
+ base-uri="fonts" />
+ <font-triplet name="J-Heisei Mincho" style="normal" weight="normal" />
+ </font>
+ -->
+
+
</fonts>
</renderer>