> Hi, i want map logical Dialog Font to use Lucida Sans without use
> font.properties file but at runtime.
I am not aware of any public or private API for the mapping. If you want
to map them, you need to use the font properties.
> I have problem between window and linux:
> windows have map Arial
> linux have map Lucida Sans
That sounds more like you use hard-coded sizes and positions instead of
using layout managers. Don't waste your time with mapping the fonts, use
it to get your layout managers right.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
webdel - 06 Dec 2005 12:05 GMT
but can i make fontconfig.properties in other folder (not in javahome/lib)?
thank
Thomas Weidenfeller ha scritto:
>> Hi, i want map logical Dialog Font to use Lucida Sans without use
>> font.properties file but at runtime.
[quoted text clipped - 11 lines]
>
> /Thomas