Hello,
I was wondering if in
Java it can recognize fonts that are in a different directory. The reason why I'm asking is I'm using GIMP and it allows me to place .ttf files under my home account (and don't seem to be known by Windows b/c I never install them): C:\my_home_dir\.gimp-2.4\fonts. GIMP recognizes those fonts and thus alleviate Windows from getting bloated.
That directory is going to get large (1000+ font files) as I'm doing graphic editing. I don't care about these fonts being registered with Windows.
So where does Java fit in: I'm going to write a program that takes as
word and a font size and shows me what that word looks like in all those fonts and size.
Thanks, Jim