G
gino
Hi folks,
I need to display some ClearType text in a static text field of a GUI window
using Java AWT. I heard that Java 2D itself currently does not support
ClearType sub-pixel technology. I am wondering if AWT can render font using
OS's global font setting, for instance, on Windows XP, the ClearType font
can be enabled globally, on Linux, it also has sub-pixel rendering
technology can can be enabled OS wide.
I am wondering if the Java AWT uses OS's font by default?
Furthermore, what shall I do if I want to capture the RGB pixel values of
the displayed text and save to harddisk?
Thanks a lot,
-Gino
I need to display some ClearType text in a static text field of a GUI window
using Java AWT. I heard that Java 2D itself currently does not support
ClearType sub-pixel technology. I am wondering if AWT can render font using
OS's global font setting, for instance, on Windows XP, the ClearType font
can be enabled globally, on Linux, it also has sub-pixel rendering
technology can can be enabled OS wide.
I am wondering if the Java AWT uses OS's font by default?
Furthermore, what shall I do if I want to capture the RGB pixel values of
the displayed text and save to harddisk?
Thanks a lot,
-Gino