Rusty,

 There is a difference between the 117.jpg and 112.jpg screens!  If a user is
> running a Java application and has another non-Java program running also,

I looked at your images together with our font expert, and we
don't see a big difference between the 1.1.7 & 1.2.2 cases.     

> The 112a.jpg shows that java2d has the potential to make the Java
> application look *better* than the non-Java programs, but as you can see
> Swing doesn't size Java2D fonts correctly. 

If you turn on anti-aliasing, make sure you turn the fractional metrics
rendering hint on too. When using integer metrics as you are apparently doing,
you can get a cumulative rounding-up effect on glyph placement.

In specific cases such as rotated text and anti-aliased text, we think
this hint should perhaps be turned on automatically.
We may do that in a later release if this thinking holds up.

-Phil.

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/

Reply via email to