aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/userconfig.xml32
1 files changed, 31 insertions, 1 deletions
diff --git a/conf/userconfig.xml b/conf/userconfig.xml
index d35d13688..9c962dec8 100644
--- a/conf/userconfig.xml
+++ b/conf/userconfig.xml
@@ -40,4 +40,34 @@ basedir: normally the base directory is the directory where the fo file is
</entry>
-->
-</configuration> \ No newline at end of file
+<!--
+************************************************************************
+ Use kerning, default is to noe use kerning, uncomment to use kerning
+************************************************************************
+-->
+
+ <entry>
+ <key>use-kerning</key>
+ <value>yes</value>
+ </entry>
+
+
+<!--
+************************************************************************
+ Font embedding, only the fonts mentioned here is embedded
+ The value is the name of the font (the name is what is returned by
+ the font's fontName() method
+************************************************************************
+-->
+ <entry>
+ <key>embed-fonts</key>
+ <list>
+ <value>Perpetua</value>
+ <value>Perpetua,Bold</value>
+ </list>
+ </entry>
+
+</configuration>
+
+
+