Embedding Font into Apache FOP
I am tring to get Apache FOP to use Arial as font. So far, without luck. In my config.xml it says: <fonts> <font kerning="yes" embed-url="file:///C:/Windows/Fonts/Arial.ttf" encoding-mode="auto">> <font-triplet name="Arial" style="normal" weight="normal"/> </font> </fonts> But it doesnt seem to work. When I start FOP on the command line it says font Arial normal not found. I have tried to generate the Arial.xml file from the ttf with TTFReader in FOP but that, too, hasnt worked (even following the instructions on the fop webpage). I get the following error message: C:\Users\xy\Desktop\FOP2