Add context menu entries to toggle assume-valid flag
[TortoiseGit.git] / doc / xsl / zh_CN / userconfig.template.xml
blobd7875350a207da5cb5ad289e22710f61db29ede7
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
12 <!--\r
13    this file is translated automatically to userconfig.xml by our\r
14    build script.\r
15 -->\r
19 <!--\r
20 ************************************************************************\r
21   Add fonts here. The %FONTSDIR% string is replaced with your system\r
22   fonts directory. Always use %FONTSDIR% to avoid fixed paths which\r
23   might not work on other systems than yours.\r
24 ************************************************************************\r
25 -->\r
27   <source-resolution>96</source-resolution>\r
28   <target-resolution>96</target-resolution>\r
30   <renderers>\r
31     <renderer mime="application/pdf">\r
32       <fonts>\r
33         <font metrics-url="xsl/fonts/simhei.xml" kerning="yes" embed-url="%FONTSDIR%\simhei.ttf">\r
34           <font-triplet name="simhei" style="normal" weight="normal"/>\r
35           <font-triplet name="simhei" style="normal" weight="bold"/>\r
36           <font-triplet name="simhei" style="italic" weight="normal"/>\r
37           <font-triplet name="simhei" style="italic" weight="bold"/>\r
38         </font>\r
39         <font metrics-url="xsl/fonts/simsun.xml" kerning="yes" embed-url="%FONTSDIR%\simsun.ttc">\r
40           <font-triplet name="simsun" style="normal" weight="normal"/>\r
41           <font-triplet name="simsun" style="normal" weight="bold"/>\r
42           <font-triplet name="simsun" style="italic" weight="normal"/>\r
43           <font-triplet name="simsun" style="italic" weight="bold"/>\r
44         </font>\r
45       </fonts>\r
46     </renderer>\r
47   </renderers>\r
49 </fop>\r