forked from EpiDoc/Stylesheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fop.xconf
52 lines (51 loc) · 2 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
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<fop
version="1.0">
<font-base>file:/Applications/Oxygen/FOP-fonts/</font-base>
<renderers>
<renderer
mime="application/pdf">
<fonts>
<!-- https://www.oxygenxml.com/doc/versions/21.1/ug-editor/topics/add-font-to-builtin-FOP.html#add-font-to-builtin-FOP -->
<!-- uncomment following for windows fonts autodetection-->
<!--<directory>C:\Windows\Fonts</directory>-->
<!-- uncomment following for mac fonts autodetection-->
<!-- <directory>file:/Library/Fonts</directory>-->
<!-- uncomment following line for autodetection-->
<!-- <auto-detect/>-->
<font
kerning="yes"
embed-url="file:/Library/Fonts/IFAOGrec.ttf">
<font-triplet
name="IFAOGrec"
style="normal"
weight="normal"/>
</font>
<font
kerning="yes"
embed-url="file:/Library/Fonts/Cardo-Regular.ttf">
<font-triplet
name="Cardo"
style="normal"
weight="normal"/>
</font>
<font
kerning="yes"
embed-url="file:/Library/Fonts/Cardo-Bold.ttf">
<font-triplet
name="Cardo"
style="normal"
weight="700"/>
</font>
<font
kerning="yes"
embed-url="file:/Library/Fonts/Cardo-Italic.ttf">
<font-triplet
name="Cardo"
style="italic"
weight="normal"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>