OSDN Git Service

merge original branch.
[tortoisegit/TortoiseGitJp.git] / doc / xsl / sl / userconfig.template.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <fop version="1.0">\r
3 <!--<!DOCTYPE configuration SYSTEM "config.dtd">-->\r
4 <!--\r
5   this file contains templates which allow an user easy \r
6   configuration of Fop. Actually normally you don't need this configuration \r
7   file, but if you need to change configuration, you should\r
8   always use this file and *not* config.xml. \r
9   Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file\r
10 -->\r
11 \r
12 <!--\r
13   this file is translated automatically to userconfig.xml by our\r
14   build script.\r
15 -->\r
16 \r
17   <source-resolution>96</source-resolution>\r
18   <target-resolution>96</target-resolution>\r
19 \r
20 <!--\r
21 ************************************************************************\r
22   Add fonts here. The %FONTSDIR% string is replaced with your system\r
23   fonts directory. Always use %FONTSDIR% to avoid fixed paths which\r
24   might not work on other systems than yours.\r
25 ************************************************************************\r
26 -->\r
27 <renderers>\r
28   <renderer mime="application/pdf">\r
29   <fonts>\r
30     <font metrics-url="xsl/fonts/arial.xml" kerning="yes" embed-url="%FONTSDIR%/arial.ttf">\r
31       <font-triplet name="Arial" style="normal" weight="normal"/>\r
32       <font-triplet name="ArialMT" style="normal" weight="normal"/>\r
33       <font-triplet name="Helvetica" style="normal" weight="normal"/>\r
34     </font>\r
35     <font metrics-url="xsl/fonts/arialbd.xml" kerning="yes" embed-url="%FONTSDIR%/arialbd.ttf">\r
36       <font-triplet name="Arial" style="normal" weight="bold"/>\r
37       <font-triplet name="ArialMT" style="normal" weight="bold"/>\r
38       <font-triplet name="Helvetica" style="normal" weight="bold"/>\r
39     </font>\r
40     <font metrics-url="xsl/fonts/ariali.xml" kerning="yes" embed-url="%FONTSDIR%/ariali.ttf">\r
41       <font-triplet name="Arial" style="italic" weight="normal"/>\r
42       <font-triplet name="ArialMT" style="italic" weight="normal"/>\r
43       <font-triplet name="Helvetica" style="italic" weight="normal"/>\r
44     </font>\r
45     <font metrics-url="xsl/fonts/arialbi.xml" kerning="yes" embed-url="%FONTSDIR%/arialbi.ttf">\r
46       <font-triplet name="Arial" style="italic" weight="bold"/>\r
47       <font-triplet name="ArialMT" style="italic" weight="bold"/>\r
48       <font-triplet name="Helvetica" style="italic" weight="bold"/>\r
49     </font>\r
50     <font metrics-url="xsl/fonts/times.xml" kerning="yes" embed-url="%FONTSDIR%/times.ttf">\r
51       <font-triplet name="Times" style="normal" weight="normal"/>\r
52       <font-triplet name="TimesMT" style="normal" weight="normal"/>\r
53       <font-triplet name="Times New Roman" style="normal" weight="normal"/>\r
54     </font>\r
55     <font metrics-url="xsl/fonts/timesbd.xml" kerning="yes" embed-url="%FONTSDIR%/timesbd.ttf">\r
56       <font-triplet name="Times" style="normal" weight="bold"/>\r
57       <font-triplet name="TimesMT" style="normal" weight="bold"/>\r
58       <font-triplet name="Times New Roman" style="normal" weight="bold"/>\r
59     </font>\r
60     <font metrics-url="xsl/fonts/timesi.xml" kerning="yes" embed-url="%FONTSDIR%/timesi.ttf">\r
61       <font-triplet name="Times" style="italic" weight="normal"/>\r
62       <font-triplet name="TimesMT" style="italic" weight="normal"/>\r
63       <font-triplet name="Times New Roman" style="italic" weight="normal"/>\r
64     </font>\r
65     <font metrics-url="xsl/fonts/timesbi.xml" kerning="yes" embed-url="%FONTSDIR%/timesbi.ttf">\r
66       <font-triplet name="Times" style="italic" weight="bold"/>\r
67       <font-triplet name="TimesMT" style="italic" weight="bold"/>\r
68       <font-triplet name="Times New Roman" style="italic" weight="bold"/>\r
69     </font>\r
70     <font metrics-url="xsl/fonts/cour.xml" kerning="yes" embed-url="%FONTSDIR%/cour.ttf">\r
71       <font-triplet name="Courier" style="normal" weight="normal"/>\r
72       <font-triplet name="CourierMT" style="normal" weight="normal"/>\r
73       <font-triplet name="Courier New" style="normal" weight="normal"/>\r
74     </font>\r
75     <font metrics-url="xsl/fonts/courbd.xml" kerning="yes" embed-url="%FONTSDIR%/courbd.ttf">\r
76       <font-triplet name="Courier" style="normal" weight="bold"/>\r
77       <font-triplet name="CourierMT" style="normal" weight="bold"/>\r
78       <font-triplet name="Courier New" style="normal" weight="bold"/>\r
79     </font>\r
80     <font metrics-url="xsl/fonts/couri.xml" kerning="yes" embed-url="%FONTSDIR%/couri.ttf">\r
81       <font-triplet name="Courier" style="italic" weight="normal"/>\r
82       <font-triplet name="CourierMT" style="italic" weight="normal"/>\r
83       <font-triplet name="Courier New" style="italic" weight="normal"/>\r
84     </font>\r
85     <font metrics-url="xsl/fonts/courbi.xml" kerning="yes" embed-url="%FONTSDIR%/courbi.ttf">\r
86       <font-triplet name="Courier" style="italic" weight="bold"/>\r
87       <font-triplet name="CourierMT" style="italic" weight="bold"/>\r
88       <font-triplet name="Courier New" style="italic" weight="bold"/>\r
89     </font>\r
90   </fonts>\r
91   </renderer>\r
92 </renderers>\r
93 \r
94 </fop>\r