OSDN Git Service

[lfsja-git] r11.1-119 対応。
[lfsbookja/lfsja-git.git] / src / userconfig.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <fop version="1.0">
3
4   <base>.</base>
5   <font-base>.</font-base>
6
7   <renderers>
8     <renderer mime="application/pdf">
9
10       <fonts>
11         <font metrics-url="@srcdir@/TakaoMincho.xml" kerning="yes"
12           embed-url="file://@TAKAOMFILE@">
13           <font-triplet name="TakaoMincho" style="normal" weight="normal"/>
14           <font-triplet name="TakaoMincho" style="normal" weight="bold"/>
15           <font-triplet name="TakaoMincho" style="italic" weight="normal"/>
16           <font-triplet name="TakaoMincho" style="italic" weight="bold"/>
17         </font>
18         <font metrics-url="@srcdir@/TakaoGothic.xml" kerning="yes"
19           embed-url="file://@TAKAOGFILE@">
20           <font-triplet name="TakaoGothic" style="normal" weight="normal"/>
21           <font-triplet name="TakaoGothic" style="normal" weight="normal" fontThickness="200"/>
22           <font-triplet name="TakaoGothic" style="italic" weight="normal"/>
23           <font-triplet name="TakaoGothic" style="italic" weight="normal" fontThickness="200"/>
24         </font>
25         <font metrics-url="@srcdir@/TakaoExGothic.xml" kerning="yes"
26           embed-url="file://@TAKAOGEXFILE@">
27           <font-triplet name="TakaoExGothic" style="normal" weight="normal"/>
28           <font-triplet name="TakaoExGothic" style="normal" weight="bold"/>
29           <font-triplet name="TakaoExGothic" style="italic" weight="normal"/>
30           <font-triplet name="TakaoExGothic" style="italic" weight="bold"/>
31         </font>
32       </fonts>
33
34     </renderer>
35   </renderers>
36 </fop>