Thomas E Deweese wrote:
> 
> >>>>> "EG" == Emden R Gansner <[EMAIL PROTECTED]> writes:
> 
> EG> Where does Batik look for fonts? Is there a way to specify this?
> 
>     This is all controlled by the JVM.  There are ways to specify what
> fonts the JVM loads (the one I know of is jre/lib/font.properties).  I
> suspect there are others but I don't know what they are. Help anyone?
> 

The font.properties file will let you map names to System fonts. On
Windows, the JVM will give you access to the fonts from the system font 
directory and to fonts in the <jdk-install-dir>/jre/lib/fonts directory.

In addition, any SVG font can be referenced by an SVG document. This
actually guarantees that you will not run into platform differences
and you can see examples in the samples/tests/spec/font directory.

Cheers,
Vincent.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to