How to set system font using Java?

G

gino

Dear all,

How can I set system font by using Java? For example, on Windows XP, there
is a ClearType setting, on Redhat Linux, there is also "Best Shape",
"ClearType" settings. How can I set these settings using Java?

Thanks a lot,

-Gino
 
C

Chris Smith

gino said:
How can I set system font by using Java? For example, on Windows XP, there
is a ClearType setting, on Redhat Linux, there is also "Best Shape",
"ClearType" settings. How can I set these settings using Java?

You can't do any system-level settings from Java. You can set the font
for your own components, and that's it. Otherwise, you need to use some
kind of native code.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top