christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Poor font rendering on Windows platform #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue:
The font's on Vista when running this appear much different than the
previews (see attached)

Extra:
I noticed that you are referencing Helvetica bold in the source list demo,
however when I getAvailableFontFamilyNames from the graphics env, it's not
listed. Next, I installed all variants of Helvetica(attached) > reloaded >
no go.

I'm not sure what needs to happen here, but if the dependencies can be
included in the pkg, it would be awesome.

PS: Thanks so much for all the hard work on this, I love it!</note>

Original issue reported on code.google.com by caldri...@gmail.com on 28 Jan 2009 at 7:17

Attachments:

GoogleCodeExporter commented 8 years ago
This is similar, but not the same, as issue 38 ( 
http://code.google.com/p/macwidgets/issues/detail?id=38 ).

Original comment by kenneth....@gmail.com on 28 Jan 2009 at 2:37

GoogleCodeExporter commented 8 years ago
To improve the rendering, set the following anti-aliasing flag on your app:

-Dswing.aatext=true

I think this address most of the problem. I'll use this issue to fix the badge  
vertical alignment.

Original comment by kenneth....@gmail.com on 28 Jan 2009 at 3:04

GoogleCodeExporter commented 8 years ago
I fixed the badge text centering problem. If you'd like to try it out, either 
get the latest changes from Subversion, 
or let me know and I'll email you a jar file.

Original comment by kenneth....@gmail.com on 29 Jan 2009 at 12:32

GoogleCodeExporter commented 8 years ago
The anti-aliasing flag helped -Thanks

The centering issue being fixed also made a noticeable improvement -Thanks again

Keep up the good work

Original comment by caldri...@gmail.com on 30 Jan 2009 at 5:35