1 <?xml version="1.0" encoding="UTF-8"?>
\r
3 <!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
\r
5 this file contains templates which allow an user easy
\r
6 configuration of Fop. Actually normally you don't need this configuration
\r
7 file, but if you need to change configuration, you should
\r
8 always use this file and *not* config.xml.
\r
9 Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
\r
13 this file is translated automatically to userconfig.xml by our
\r
20 ************************************************************************
\r
21 Add fonts here. The %FONTSDIR% string is replaced with your system
\r
22 fonts directory. Always use %FONTSDIR% to avoid fixed paths which
\r
23 might not work on other systems than yours.
\r
24 ************************************************************************
\r
27 <source-resolution>96</source-resolution>
\r
28 <target-resolution>96</target-resolution>
\r
31 <renderer mime="application/pdf">
\r
33 <font metrics-url="xsl/fonts/simhei.xml" kerning="yes" embed-url="%FONTSDIR%\simhei.ttf">
\r
34 <font-triplet name="simhei" style="normal" weight="normal"/>
\r
35 <font-triplet name="simhei" style="normal" weight="bold"/>
\r
36 <font-triplet name="simhei" style="italic" weight="normal"/>
\r
37 <font-triplet name="simhei" style="italic" weight="bold"/>
\r
39 <font metrics-url="xsl/fonts/simsun.xml" kerning="yes" embed-url="%FONTSDIR%\simsun.ttc">
\r
40 <font-triplet name="simsun" style="normal" weight="normal"/>
\r
41 <font-triplet name="simsun" style="normal" weight="bold"/>
\r
42 <font-triplet name="simsun" style="italic" weight="normal"/>
\r
43 <font-triplet name="simsun" style="italic" weight="bold"/>
\r