RESOLVED FIXED37473
WebKit should have more robust last-chance font fallback on Windows
https://bugs.webkit.org/show_bug.cgi?id=37473
Summary WebKit should have more robust last-chance font fallback on Windows
Steve Falkenburg
Reported 2010-04-12 16:15:18 PDT
WebKit should have more robust last-chance font fallback on Windows
Attachments
Patch (5.56 KB, patch)
2010-04-12 16:41 PDT, Steve Falkenburg
no flags
Patch (5.56 KB, patch)
2010-04-12 16:45 PDT, Steve Falkenburg
mitz: review+
Steve Falkenburg
Comment 1 2010-04-12 16:41:12 PDT
Steve Falkenburg
Comment 2 2010-04-12 16:45:22 PDT
mitz
Comment 3 2010-04-12 17:00:12 PDT
Comment on attachment 53199 [details] Patch > +#if PLATFORM(WIN) > + SimpleFontData* FontCache::fontDataFromDescriptionAndLogFont(const FontDescription&, const LOGFONT&); > +#endif I’d avoid this method and replace it with a file-static function that takes a FontCache*, but r=me either way.
Steve Falkenburg
Comment 4 2010-04-12 17:48:14 PDT
Note You need to log in before you can comment on or make changes to this bug.