Updates:
Status: WontFix
Comment #2 on issue 25932 by [email protected]: About dialog fonts
have gained weight
http://code.google.com/p/chromium/issues/detail?id=25932
This was a change. The old code was attempting to use a bold font, but
calling
DeriveFont() with BOLD_FONTTYPE. This is a Windows constant, but the Font
API takes its
own values, defined in font.h. This resulted in using the unbolded font.
When I changed
it so it would compile on Linux I also fixed the Windows version to use the
intended
bold font.
If it's not supposed to be bold, reopen and I'll take out the code.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---