-
Notifications
You must be signed in to change notification settings - Fork 6
/
fop-config.xml
executable file
·66 lines (66 loc) · 4.19 KB
/
fop-config.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<font kerning="yes" embed-url="../resources/fonts/pala.ttf" sub-font="Palatino">
<font-triplet name="Palatino" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/palab.ttf" sub-font="Palatino Bold">
<font-triplet name="Palatino" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/palai.ttf" sub-font="Palatino Italic">
<font-triplet name="Palatino" style="italic" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/palabi.ttf" sub-font="Palatino Bold Italic">
<font-triplet name="Palatino" style="italic" weight="bold"/>
</font>
</fonts>
</renderer>
<renderer mime="application/postscript">
<auto-rotate-landscape>false</auto-rotate-landscape>
<language-level>3</language-level>
<optimize-resources>true</optimize-resources>
<safe-set-page-device>false</safe-set-page-device>
<dsc-compliant>true</dsc-compliant>
<fonts>
<font kerning="yes" embed-url="../resources/fonts/pala.ttf" sub-font="Palatino" embedding-mode="full">
<font-triplet name="Palatino" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/palab.ttf" sub-font="Palatino Bold" embedding-mode="full">
<font-triplet name="Palatino" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/palai.ttf" sub-font="Palatino Italic" embedding-mode="full">
<font-triplet name="Palatino" style="italic" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/palabi.ttf" sub-font="Palatino Bold Italic" embedding-mode="full">
<font-triplet name="Palatino" style="italic" weight="bold"/>
</font>
<!--<font kerning="yes" embed-url="../resources/fonts/Times-Roman.ttf" sub-font="Times Roman" embedding-mode="full">
<font-triplet name="Times" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Times-Bold.ttf" sub-font="Times Bold" embedding-mode="full">
<font-triplet name="Times" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Times-Italic.ttf" sub-font="Times Italic" embedding-mode="full">
<font-triplet name="Times" style="italic" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Times-BoldItalic.ttf" sub-font="Times Bold Italic" embedding-mode="full">
<font-triplet name="Times" style="italic" weight="bold"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Courier.ttf" sub-font="Courier" embedding-mode="full">
<font-triplet name="Courier" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Courier-Bold.ttf" sub-font="Courier Bold" embedding-mode="full">
<font-triplet name="Courier" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Courier-Oblique.ttf" sub-font="Courier Oblique" embedding-mode="full">
<font-triplet name="Courier" style="oblique" weight="normal"/>
</font>
<font kerning="yes" embed-url="../resources/fonts/Courier-BoldOblique.ttf" sub-font="Courier Bold Oblique" embedding-mode="full">
<font-triplet name="Courier" style="oblique" weight="bold"/>
</font>-->
</fonts>
</renderer>
</renderers>
<!--<hyphenation-pattern lang="en">en</hyphenation-pattern>-->
</fop>