<!-- <!DOCTYPE configuration SYSTEM "config.dtd"> -->
<!-- 
	this file contains templates which allow an user easy 
	configuration of Fop. Actually normally you don't need this configuration 
	file, but if you need to change configuration, you should
	always use this file and *not* config.xml. 
	Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
-->


<configuration>

	<!--  
		baseDir: normally the base directory is the directory where the fo file is 
		located. if you want to specify your own, uncomment this entry.
		This value can also be a URL. Actually, the value is converted to 
		a URL.
	-->
	<!-- 
		<entry>
		<key>baseDir</key>
		<value></value>
		</entry>
	-->

	<!--  
		fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
		it isn't specified, the value from baseDir is used.
	-->
	<!-- 
		<entry>
		<key>fontBaseDir</key>
		<value></value>
		</entry>
	-->

	<!--
		************************************************************************
		HYPHENATION 
		************************************************************************
	-->

	<!--
		hyphenation directory 
		if you want to specify your own directory with hyphenation pattern
		then uncomment the next entry and add the directory name
	-->

	<!--
		<entry>
		<key>hyphenation-dir</key>
		<value>/java/xml-fop/hyph</value>
		</entry>
	-->

	<!--
		************************************************************************
		Add fonts here
		************************************************************************
	-->

	<fonts>
		<!-- example -->
		<!--
			<font metrics-file="arial.xml" kerning="yes" embed-file="arial.ttf">
			<font-triplet name="Arial" style="normal" weight="normal"/>
			<font-triplet name="ArialMT" style="normal" weight="normal"/>
			</font>
			<font metrics-file="arialb.xml" kerning="yes" embed-file="arialb.ttf">
			<font-triplet name="Arial" style="normal" weight="bold"/>
			<font-triplet name="ArialMT" style="normal" weight="bold"/>
			</font>
			<font metrics-file="ariali.xml" kerning="yes" embed-file="ariali.ttf">
			<font-triplet name="Arial" style="italic" weight="normal"/>
			<font-triplet name="ArialMT" style="italic" weight="normal"/>
			</font>
			<font metrics-file="arialbi.xml" kerning="yes" embed-file="arialbi.ttf">
			<font-triplet name="Arial" style="italic" weight="bold"/>
			<font-triplet name="ArialMT" style="italic" weight="bold"/>
			</font>
		-->
		<!-- Example Japanese fonts
			<font metrics-file="msgothic.xml" embed-file="D:\winnt\font\msgothic.ttc" kerning="yes">
			<font-triplet name="Gothic" style="normal" weight="normal"/>
			<font-triplet name="Gothic" style="normal" weight="bold"/>
			<font-triplet name="Gothic" style="italic" weight="normal"/>
			<font-triplet name="Gothic" style="italic" weight="bold"/>
			</font>
			<font metrics-file="msmincho.xml" embed-file="Cyberbit.ttf" kerning="yes">
			<font-triplet name="Mincho" style="normal" weight="normal"/>
			<font-triplet name="Mincho" style="normal" weight="bold"/>
			<font-triplet name="Mincho" style="italic" weight="normal"/>
			<font-triplet name="Mincho" style="italic" weight="bold"/>
			</font>
		-->
		<!-- 
		===========================================================================
		==
		== 日本語フォントの定義の追加
		==
		===========================================================================
		 -->
		<!-- ＭＳ明朝体 -->
		<font
			metrics-file="D:\project\docbook\fop-0.20.5\conf\msmincho.xml"
			kerning="yes" embed-file="C:\WINDOWS\Fonts\msmincho.ttc">
			<font-triplet name="Mincho" style="normal" weight="normal" />
			<font-triplet name="Mincho" style="normal" weight="bold" />
			<font-triplet name="Mincho" style="italic" weight="normal" />
			<font-triplet name="Mincho" style="italic" weight="bold" />
			<font-triplet name="MS-Mincho" style="normal"
				weight="normal" />
			<font-triplet name="MS-Mincho" style="normal" weight="bold" />
			<font-triplet name="MS-Mincho" style="italic"
				weight="normal" />
			<font-triplet name="MS-Mincho" style="italic" weight="bold" />
			<font-triplet name="MSMincho" style="normal"
				weight="normal" />
			<font-triplet name="MSMincho" style="normal" weight="bold" />
			<font-triplet name="MSMincho" style="italic"
				weight="normal" />
			<font-triplet name="MSMincho" style="italic" weight="bold" />
			<font-triplet name="ＭＳ明朝" style="normal" weight="normal" />
			<font-triplet name="ＭＳ明朝" style="normal" weight="bold" />
			<font-triplet name="ＭＳ明朝" style="italic" weight="normal" />
			<font-triplet name="ＭＳ明朝" style="italic" weight="bold" />
		</font>
		
		<!-- ＭＳＰ明朝体 -->
		<font
			metrics-file="D:\project\docbook\fop-0.20.5\conf\mspmincho.xml"
			kerning="yes" embed-file="C:\WINDOWS\Fonts\msmincho.ttc">
			<font-triplet name="PMincho" style="normal" weight="normal" />
			<font-triplet name="PMincho" style="normal" weight="bold" />
			<font-triplet name="PMincho" style="italic" weight="normal" />
			<font-triplet name="PMincho" style="italic" weight="bold" />
			<font-triplet name="MS-PMincho" style="normal"
				weight="normal" />
			<font-triplet name="MS-PMincho" style="normal"
				weight="bold" />
			<font-triplet name="MS-PMincho" style="italic"
				weight="normal" />
			<font-triplet name="MS-PMincho" style="italic"
				weight="bold" />
			<font-triplet name="MSPMincho" style="normal"
				weight="normal" />
			<font-triplet name="MSPMincho" style="normal" weight="bold" />
			<font-triplet name="MSPMincho" style="italic"
				weight="normal" />
			<font-triplet name="MSPMincho" style="italic" weight="bold" />
			<font-triplet name="ＭＳＰ明朝" style="normal" weight="normal" />
			<font-triplet name="ＭＳＰ明朝" style="normal" weight="bold" />
			<font-triplet name="ＭＳＰ明朝" style="italic" weight="normal" />
			<font-triplet name="ＭＳＰ明朝" style="italic" weight="bold" />
		</font>
		
		<!-- ＭＳゴシック体 -->
		<font
			metrics-file="D:\project\docbook\fop-0.20.5\conf\msgothic.xml"
			kerning="yes" embed-file="C:\WINDOWS\Fonts\msgothic.ttc">
			<font-triplet name="Gothic" style="normal" weight="normal" />
			<font-triplet name="Gothic" style="normal" weight="bold" />
			<font-triplet name="Gothic" style="italic" weight="normal" />
			<font-triplet name="Gothic" style="italic" weight="bold" />
			<font-triplet name="MS-Gothic" style="normal"
				weight="normal" />
			<font-triplet name="MS-Gothic" style="normal" weight="bold" />
			<font-triplet name="MS-Gothic" style="italic"
				weight="normal" />
			<font-triplet name="MS-Gothic" style="italic" weight="bold" />
			<font-triplet name="MSGothic" style="normal"
				weight="normal" />
			<font-triplet name="MSGothic" style="normal" weight="bold" />
			<font-triplet name="MSGothic" style="italic"
				weight="normal" />
			<font-triplet name="MSGothic" style="italic" weight="bold" />
			<font-triplet name="ＭＳゴシック" style="normal" weight="normal" />
			<font-triplet name="ＭＳゴシック" style="normal" weight="bold" />
			<font-triplet name="ＭＳゴシック" style="italic" weight="normal" />
			<font-triplet name="ＭＳゴシック" style="italic" weight="bold" />
		</font>
		
		<!-- ＭＳＰゴシック体 -->
		<font
			metrics-file="D:\project\docbook\fop-0.20.5\conf\mspgothic.xml"
			kerning="yes" embed-file="C:\WINDOWS\Fonts\msgothic.ttc">
			<font-triplet name="PGothic" style="normal" weight="normal" />
			<font-triplet name="PGothic" style="normal" weight="bold" />
			<font-triplet name="PGothic" style="italic" weight="normal" />
			<font-triplet name="PGothic" style="italic" weight="bold" />
			<font-triplet name="MS-PGothic" style="normal"
				weight="normal" />
			<font-triplet name="MS-PGothic" style="normal"
				weight="bold" />
			<font-triplet name="MS-PGothic" style="italic"
				weight="normal" />
			<font-triplet name="MS-PGothic" style="italic"
				weight="bold" />
			<font-triplet name="MSPGothic" style="normal"
				weight="normal" />
			<font-triplet name="MSPGothic" style="normal" weight="bold" />
			<font-triplet name="MSPGothic" style="italic"
				weight="normal" />
			<font-triplet name="MSPGothic" style="italic" weight="bold" />
			<font-triplet name="ＭＳＰゴシック" style="normal" weight="normal" />
			<font-triplet name="ＭＳＰゴシック" style="normal" weight="bold" />
			<font-triplet name="ＭＳＰゴシック" style="italic" weight="normal" />
			<font-triplet name="ＭＳＰゴシック" style="italic" weight="bold" />
		</font>
		
		<!-- ＭＳＵＩゴシック体 -->
		<font
			metrics-file="D:\project\docbook\fop-0.20.5\conf\msuigothic.xml"
			kerning="yes" embed-file="C:\WINDOWS\Fonts\msgothic.ttc">
			<font-triplet name="UIGothic" style="normal"
				weight="normal" />
			<font-triplet name="UIGothic" style="normal" weight="bold" />
			<font-triplet name="UIGothic" style="italic"
				weight="normal" />
			<font-triplet name="UIGothic" style="italic" weight="bold" />
			<font-triplet name="UI Gothic" style="normal"
				weight="normal" />
			<font-triplet name="UI Gothic" style="normal" weight="bold" />
			<font-triplet name="UI Gothic" style="italic"
				weight="normal" />
			<font-triplet name="UI Gothic" style="italic" weight="bold" />
			<font-triplet name="MS-UIGothic" style="normal"
				weight="normal" />
			<font-triplet name="MS-UIGothic" style="normal"
				weight="bold" />
			<font-triplet name="MS-UIGothic" style="italic"
				weight="normal" />
			<font-triplet name="MS-UIGothic" style="italic"
				weight="bold" />
			<font-triplet name="MSUIGothic" style="normal"
				weight="normal" />
			<font-triplet name="MSUIGothic" style="normal"
				weight="bold" />
			<font-triplet name="MSUIGothic" style="italic"
				weight="normal" />
			<font-triplet name="MSUIGothic" style="italic"
				weight="bold" />
			<font-triplet name="ＭＳＵＩゴシック" style="normal"
				weight="normal" />
			<font-triplet name="ＭＳＵＩゴシック" style="normal" weight="bold" />
			<font-triplet name="ＭＳＵＩゴシック" style="italic"
				weight="normal" />
			<font-triplet name="ＭＳＵＩゴシック" style="italic" weight="bold" />
		</font>

	</fonts>
</configuration>


