Re: Problem with arial font access

2011-09-06 Thread mehdi houshmand
Hi, That's one way to do it, but if you want to see which fonts are available to your JVM then you can use the following command: import java.awt.GraphicsEnvironment; ... // For font family names GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames() // For font details,

Problem with arial font access

2011-09-05 Thread Philippe Juhel
Hi, I run the 1.0 FOP version on a XP windows system. If I don’t specify a configuration file (fop –fo test.xsl –pdf res.pdf), I get the following warnings : 5 sept. 2011 11:19:51 org.apache.fop.events.LoggingEventListener processEvent ATTENTION: Font arial,normal,400 not found.

Re: Problem with arial font access

2011-09-05 Thread mehdi houshmand
Hi Philippe, You can try and get that working, but there are several considerations you must take if you're wanting to use the auto-detect. feature, the most significant of which is that the name you set in font-family must match the system font name. IMO configuring the fonts explicitly

RE: Problem with arial font access

2011-09-05 Thread Theresa Jayne Forster
@xmlgraphics.apache.org Subject: Re: Problem with arial font access Hi Philippe, You can try and get that working, but there are several considerations you must take if you're wanting to use the auto-detect. feature, the most significant of which is that the name you set in font-family must match the system

Re: Problem with arial font access

2011-09-05 Thread J.Pietschmann
Am 05.09.2011 13:09, schrieb Theresa Jayne Forster: How do you determine the font-family name for a font loaded by autodetect? ... File names are not always the same Most Font file viewers (or file managers) can display the real font name. On Windows (Vista or later), go to the directory