OSDN Git Service

Add Document from TortoiseSVN 15285
[tortoisegit/TortoiseGitJp.git] / doc / xsl / ja / userconfig.template.xml
diff --git a/doc/xsl/ja/userconfig.template.xml b/doc/xsl/ja/userconfig.template.xml
new file mode 100644 (file)
index 0000000..243db80
--- /dev/null
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<fop version="1.0">\r
+<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->\r
+<!--\r
+     this file contains templates which allow an user easy\r
+     configuration of Fop. Actually normally you don't need this configuration\r
+     file, but if you need to change configuration, you should\r
+     always use this file and *not* config.xml.\r
+     Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file\r
+-->\r
+\r
+<!--\r
+   this file is translated automatically to userconfig.xml by our\r
+   build script.\r
+-->\r
+\r
+\r
+\r
+<!--\r
+************************************************************************\r
+  Add fonts here. The %FONTSDIR% string is replaced with your system\r
+  fonts directory. Always use %FONTSDIR% to avoid fixed paths which\r
+  might not work on other systems than yours.\r
+************************************************************************\r
+-->\r
+\r
+  <source-resolution>96</source-resolution>\r
+  <target-resolution>96</target-resolution>\r
+\r
+  <renderers>\r
+    <renderer mime="application/pdf">\r
+      <fonts>\r
+        <font metrics-url="xsl/fonts/msgothic.xml" embed-url="%FONTSDIR%\msgothic.ttc" kerning="yes">\r
+          <font-triplet name="Gothic" style="normal" weight="normal"/>\r
+          <font-triplet name="Gothic" style="normal" weight="bold"/>\r
+          <font-triplet name="Gothic" style="italic" weight="normal"/>\r
+          <font-triplet name="Gothic" style="italic" weight="bold"/>\r
+        </font>\r
+        <font metrics-url="xsl/fonts/msmincho.xml" embed-url="%FONTSDIR%\msmincho.ttc" kerning="yes">\r
+          <font-triplet name="Mincho" style="normal" weight="normal"/>\r
+          <font-triplet name="Mincho" style="normal" weight="bold"/>\r
+          <font-triplet name="Mincho" style="italic" weight="normal"/>\r
+          <font-triplet name="Mincho" style="italic" weight="bold"/>\r
+        </font>\r
+      </fonts>\r
+    </renderer>\r
+  </renderers>\r
+\r
+</fop>\r
+\r