Hi Dittmer,
I used the following steps for japanese font embedding in fop (Windows)
-------------------------------------------
1)Insatllation of FOP
2)Insatllation of true type font or true type collection
3)Creating the font metrics file using the following command:
Java -cp build\fop.jar;lib\avalon-framework.jar;lib\xml-apis.jar;lib\xercesImpl.jar;lib\xalan.jar org.apache.fop.fonts.apps.TTFReader C:\WINDOWS\Fonts\MSMINCHO.ttf MSMINCHO.xml 4)Placing the font metrics file created using the above command in appropriate path and making corresponding modifications in the userconfig.xml which includes the path to the metrics file.
-----------------------------
Can I follow the above mentioned steps for unix ?If so,what should be the command for generating the metrics file in unix.
Thanks
priby