xslt - Using new fonts with Apache FOP in Java -
I have to internationalize an application, and therefore I should select a user for a pdf font which is a runtime I will build on I want to be able to display a list of font options from the user's system by using GraphicsEnvironment.getLocalGraphicsEnvironment ()
GetAllFonts ();
This works fine to get fonts, but then I think that to play well with the photo, it has to jump with some hoops, as outlined. I can follow all the instructions which he has underlined, except that I do not know how to get the location of fonts to run TTFRD.
- Does anybody know how to collect each font with the Java getAllFonts () command?
- Is it a good idea to embed a font in PDF? For example, the Ariel Unicode MS TFF file is ~ 30 MB.
- Is this the only way to make PDFs with FP and XSL internationally?
The XML font metrics file is no longer required. For your questions:
Comments
Post a Comment