added note about signing tags
[TortoiseGit.git] / doc / xsl / fa / userconfig.template.xml
blob969516fe3b01c8cdff32a24cd8c9b06adb9b54d2
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
13 <!--\r
14 ************************************************************************\r
15   Add fonts here. The %FONTSDIR% string is replaced with your system\r
16   fonts directory. Always use %FONTSDIR% to avoid fixed paths which\r
17   might not work on other systems than yours.\r
18 ************************************************************************\r
19 -->\r
20 <!--  <base>.</base>\r
21   <font-base>.</font-base>\r
22 -->\r
24         <source-resolution>96</source-resolution>\r
25         <target-resolution>96</target-resolution>\r
27   <renderers>\r
28     <renderer mime="application/pdf">\r
29       <fonts>\r
30         <font metrics-url="xsl/fonts/iqraa.xml" kerning="yes" embed-url="%FONTSDIR%/iqraa.ttf">\r
31             <font-triplet name="Iqraa" style="normal" weight="normal"/>\r
32         </font>\r
34  <font metrics-url="xsl/fonts/arial.xml" kerning="yes" embed-url="%FONTSDIR%/arial.ttf">\r
35     <font-triplet name="Arial" style="normal" weight="normal"/>\r
36     <font-triplet name="ArialMT" style="normal" weight="normal"/>\r
37     <font-triplet name="Helvetica" style="normal" weight="normal"/>\r
38  </font>\r
39  <font metrics-url="xsl/fonts/arialbd.xml" kerning="yes" embed-url="%FONTSDIR%/arialbd.ttf">\r
40     <font-triplet name="Arial" style="normal" weight="bold"/>\r
41     <font-triplet name="ArialMT" style="normal" weight="bold"/>\r
42     <font-triplet name="Helvetica" style="normal" weight="bold"/>\r
43  </font>\r
44  <font metrics-url="xsl/fonts/ariali.xml" kerning="yes" embed-url="%FONTSDIR%/ariali.ttf">\r
45     <font-triplet name="Arial" style="italic" weight="normal"/>\r
46     <font-triplet name="ArialMT" style="italic" weight="normal"/>\r
47     <font-triplet name="Helvetica" style="italic" weight="normal"/>\r
48  </font>\r
49  <font metrics-url="xsl/fonts/arialbi.xml" kerning="yes" embed-url="%FONTSDIR%/arialbi.ttf">\r
50     <font-triplet name="Arial" style="italic" weight="bold"/>\r
51     <font-triplet name="ArialMT" style="italic" weight="bold"/>\r
52     <font-triplet name="Helvetica" style="italic" weight="bold"/>\r
53  </font>\r
54       </fonts>\r
55     </renderer>\r
56   </renderers>\r
58 </fop>\r