Status: Available Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-Windows Area-WebKit
New issue 6401 by [email protected]: Font code in platform/graphics/chromium should check the return value of the win32 calls http://code.google.com/p/chromium/issues/detail?id=6401 In platform/graphics/chromium (mainly GlyphPageTreeNodeWin.cpp. SimpleFontDataWin.cpp) we call user32/gdi functions and we don't check the return value. We also have no way of handling the errors. This is making some bugs really hard to track down and can hide font handling problems. Example of functions: GetTextMetrics, SelectObject, GetCharWidthI ScriptGetFontProperties -- 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 -~----------~----~----~----~------~----~------~--~---
