-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfop.xconf
43 lines (40 loc) · 1.7 KB
/
fop.xconf
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
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<fop version="1.0">
<base>.</base>
<renderers>
<renderer mime="application/pdf">
<fonts>
<font kerning="yes" embed-url="fonts/cmunrm.ttf">
<font-triplet name="CMU Serif" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/cmunbx.ttf">
<font-triplet name="CMU Serif" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="fonts/cmunss.ttf">
<font-triplet name="CMU Sans Serif" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/cmunsx.ttf">
<font-triplet name="CMU Sans Serif" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="fonts/cmuntt.ttf">
<font-triplet name="CMU Typewriter Text" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/cmuntb.ttf">
<font-triplet name="CMU Typewriter Text" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="fonts/gbsn00lp.ttf">
<font-triplet name="AR PL SungtiL GB" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/gkai00mp.ttf">
<font-triplet name="AR PL KaitiM GB" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/SourceHanSansCN-Normal.otf">
<font-triplet name="Source Han Sans" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/SourceHanSansCN-Bold.otf">
<font-triplet name="Source Han Sans" style="normal" weight="bold"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>