diff options
author | fotis <fotis@unknown> | 2001-02-27 12:30:36 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-02-27 12:30:36 +0000 |
commit | 375b678502231f5577d5b18550c35678d11e11d8 (patch) | |
tree | e4a11a39dc47debb1465ec80f686c553caa5a4a6 /conf/config.xml | |
parent | 440ec1d3a5601f93e8798acd8a6325c39a19ddd9 (diff) | |
download | xmlgraphics-fop-375b678502231f5577d5b18550c35678d11e11d8.tar.gz xmlgraphics-fop-375b678502231f5577d5b18550c35678d11e11d8.zip |
enabling CID keyed truetype fonts; this gives support
for other encodings than WinAnsiEncoding (eg japanese, chinese, arabic,
iso-whatever, etc). Also makes font inclusion easier Tore Engvig
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/config.xml')
-rw-r--r-- | conf/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/config.xml b/conf/config.xml index 3d520fec1..138cb32d5 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -50,4 +50,6 @@ <!-- <value>ascii-hex</value> --> </list> </entry> + <fonts> + </fonts> </configuration> |