-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfop-userconfig.xml.example
33 lines (31 loc) · 1.52 KB
/
fop-userconfig.xml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<fop version="1.0">
<base>.</base>
<renderers>
<renderer mime="application/pdf">
<filterList>
<value>flate</value>
</filterList>
<fonts>
<font metrics-url="file:///c:\font\simhei.xml" kerning="yes" embed-url="file:///c:\font\simhei.ttf">
<font-triplet name="simhei" style="normal" weight="normal"/>
<font-triplet name="simhei" style="normal" weight="bold"/>
<font-triplet name="simhei" style="italic" weight="normal"/>
<font-triplet name="simhei" style="italic" weight="bold"/>
</font>
<font metrics-url="file:///c:\font\simsun.xml" kerning="yes" embed-url="file:///c:\font\simsun.ttc">
<font-triplet name="simsun" style="normal" weight="normal"/>
<font-triplet name="simsun" style="normal" weight="bold"/>
<font-triplet name="simsun" style="italic" weight="normal"/>
<font-triplet name="simsun" style="italic" weight="bold"/>
</font>
<font metrics-url="file:///c:\font\yh.xml" kerning="yes" embed-url="file:///c:\font\YaHei.Consolas.1.11b.ttf">
<font-triplet name="YaHeiConsolasHybrid" style="normal" weight="normal"/>
<font-triplet name="YaHeiConsolasHybrid" style="normal" weight="bold"/>
<font-triplet name="YaHeiConsolasHybrid" style="italic" weight="normal"/>
<font-triplet name="YaHeiConsolasHybrid" style="italic" weight="bold"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>