[Webkit-unassigned] [Bug 37473] WebKit should have more robust last-chance font fallback on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 17:00:12 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37473


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53199|review?                     |review+
               Flag|                            |




--- Comment #3 from mitz at webkit.org  2010-04-12 17:00:12 PST ---
(From update of attachment 53199)
> +#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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list