これは簡単なことだと思いますが、XMLから(XSLを介して)PCLドキュメントを生成しようとすると、日本語の文字が実際にピクセル化されて表示されます。
Apache FOP 1.0 Java 1.6.0_27
pdf用にuserconfig.xmlを設定しましたが、これは正常に機能します。
<renderer mime="application/pdf">
<fonts>
<font metrics-url="IPAexGothic.xml" kerning="yes" embed-url="ipaexg.ttf">
<font-triplet name="IPAexGothic" style="normal" weight="normal"/>
</font>
</fonts>
</renderer>
しかし、私はFOPのドキュメントで、PCLのフォントはまったく異なる球技であると読みました。
"Non-standard fonts for the PCL renderer are made available through the Java2D
subsystem which means that you don't have to do any custom font configuration in this
case but you have to use the font names offered by Java."
フォントをjre/lib /fonts/ディレクトリにドロップしようとしました。論理フォントを設定しようとしました。(http://docs.oracle.com/javase/tutorial/2d/text/fonts.html)
AWTで日本語の文字を表示するプログラムを作成しました。どちらも表示されませんでした。
私が見逃している愚かなことはありますか?役立つ場合は、ここにいくつかの日本語の文字があります。東京</p>
ありがとう、ジョシュア