Can Java on Unix Use Windows Fonts?
I am using Java on Unix and would like to use Windows True-Type or Open-Type fonts. Can Java read a Windows true/open-type font (.ttf) file?
What should I do to make Java pick up such Windows fonts? How should I name the font on Unix (I mean Unix fonts seems to be named in a "-adobe-times-normal-...-iso8859-1", yet Windows fonts are named such as "Times")?
If I need to modify font.properties file, how should I modify it? What other files do I need to change?

