/usr/share/fop/fontsに以下のようなファイルを入れておくこと
msgothic.ttc
msmincho.ttc
ここで/usr/bin/fopスクリプトをコピーしてきて最後のrun “$@”を以下のように修正
# Let’s start
TTF=org.apache.fop.fonts.apps.TTFReader
java $TTF /usr/share/fop/fonts/msmincho.ttc -ttcname “MS PMincho” mspmincho.xml
java $TTF /usr/share/fop/fonts/msmincho.ttc -ttcname “MS Mincho” msmincho.xml
java $TTF /usr/share/fop/fonts/msgothic.ttc -ttcname “MS PGothic” mspgothic.xml
java $TTF /usr/share/fop/fonts/msgothic.ttc -ttcname “MS Gothic” msgothic.xml
これでメトリックファイルができる。
IPAのほうも以下のように最後を変更したシェルスクリプトを作成する。
# Let’s start
TTF=org.apache.fop.fonts.apps.TTFReader
java $TTF /usr/share/fonts/ipa-gothic/ipag.otf ipag.xml
java $TTF /usr/share/fonts/ipa-pmincho/ipamp.otf ipamp.xml
java $TTF /usr/share/fonts/ipa-mincho/ipam.otf ipam.xml
#java $TTF /usr/share/fonts/ipa-uigothic/ipagui.ttf ipagui.xml
java $TTF /usr/share/fonts/ipa-pgothic/ipagp.otf ipagp.xml
このxmlファイルはfopに付属のプログラムで人工的に作ったものである(メトリックという文字の大きさの情報が入っている)。
また、/usr/share/fo/conf/fop.xconfには 、これらの日本語フォントが利用できるようにありかを示す必要がある。
(元のものをセーブして編集した)。
<font metrics-file="/usr/share/fop/fonts/msmincho.xml"
Kerning="yes" embed-url="file:///usr/share/fop/fonts/MSMINCHO.TTF">
<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="MSææ" style="normal" weight="normal"/>
<font-triplet name="MSææ" style="normal" weight="bold"/>
<font-triplet name="MSææ" style="italic" weight="normal"/>
<font-triplet name="MSææ" style="italic" weight="bold"/>
</font>
<font metrics-file="/usr/share/fop/fonts/mspmincho.xml"
kerning="yes" embed-url="file:///usr/share/fop/fonts/MSPMINCHO.TTF">
<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="MSPææ" style="normal" weight="normal"/>
<font-triplet name="MSPææ" style="normal" weight="bold"/>
<font-triplet name="MSPææ" style="italic" weight="normal"/>
<font-triplet name="MSPææ" style="italic" weight="bold"/>
</font>
<font metrics-file="/usr/share/fop/fonts/msgothic.xml"
kerning="yes" embed-url="file:///usr/share/fop/fonts/MSGOTHIC.TTF">
<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="MSゴシック" style="normal" weight="normal"/>
<font-triplet name="MSゴシック" style="normal" weight="bold"/>
<font-triplet name="MSゴシック" style="italic" weight="normal"/>
<font-triplet name="MSゴシック" style="italic" weight="bold"/>
</font>
<font metrics-file="/usr/share/fop/fonts/mspgothic.xml"
kerning="yes" embed-url="file:///usr/share/fop/fonts/MSPGOTHIC.TTF">
<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="MSPゴシック" style="normal" weight="normal"/>
<font-triplet name="MSPゴシック" style="normal" weight="bold"/>
<font-triplet name="MSPゴシック" style="italic" weight="normal"/>
<font-triplet name="MSPゴシック" style="italic" weight="bold"/>
</font>
<font metrics-file="/usr/share/fop/fonts/msuigothic.xml"
kerning="yes" embed-url="/usr/share/fop/fonts/MSUIGOTHIC.TTF">
<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="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="MSUIゴシック" style="normal" weight="normal"/>
<font-triplet name="MSUIゴシック" style="normal" weight="bold"/>
<font-triplet name="MSUIゴシック" style="italic" weight="normal"/>
<font-triplet name="MSUIゴシック" style="italic" weight="bold"/>
</font>
のようなものを定義しておけばいい。他のフォントについても同様。
fop -c /usr/share/fop/conf/fop/fop.xconf XXX.fo XXX.pdf
でXXX.foというfo(formatting object)をXXX.pdfに変換する。
参考:http://liosk.blog103.fc2.com/blog-entry-71.html#more

I really enjoyed reading this article, keep up making such exciting articles!!
コメント by Endashede — 2010年2月16日 @ 2:07 AM
Sup i am new to this forum i hope i will be able to help and give something back here because i have learned allot myself.
Thank you
[URL=http://www.mydjspace.net][B]dj download[/B][/URL]
コメント by chuctokeree — 2010年4月2日 @ 6:45 PM