aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Fonts not anti-aliased on Windows XP #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put some innerText in a <label />
2.
3.

What is the expected output? What do you see instead?

I expect to see smooth text, but instead see jagged text. However, I've
noticed that one Google-produced gadget (Gmail) does have smooth text, so
perhaps this is just something that needs to be documented better. Other
Google-produced gadgets (like Docs and Calendar) show non-anti-aliased text
like my own gadget.

What version of the product are you using? On what operating system?
WinXP, Google Desktop 5.8.0809.23506-en-pb

Please provide any additional information below.

I'd like to know how to consistently produce anti-aliased text in a gadget
at all font sizes and font weights.

Original issue reported on code.google.com by sanja...@gmail.com on 10 Feb 2009 at 11:01