[Webkit-unassigned] [Bug 37984] WebKit freetype backend doesn't support "locl" tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 3 09:06:55 PST 2011


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





--- Comment #12 from Martin Robinson <mrobinson at webkit.org>  2011-01-03 09:06:55 PST ---
(From update of attachment 77796)
View in context: https://bugs.webkit.org/attachment.cgi?id=77796&action=review

> WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp:67
> +    PangoFontDescription* pangoDescription = pango_font_description_from_string(face->family_name);
> +    if (!pangoDescription)
> +        return false;
> +

I'm pretty sure this won't work with custom fonts, since IIUC Pango just does a Fontconfig lookup. It makes more sense to bail out for fonts with no FcPattern.

-- 
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