[Webkit-unassigned] [Bug 156579] [Freetype] Doesn't support coloured fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 24 19:00:34 PDT 2017


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

--- Comment #15 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 306238
  --> https://bugs.webkit.org/attachment.cgi?id=306238
WIP patch

View in context: https://bugs.webkit.org/attachment.cgi?id=306238&action=review

> Source/WebCore/platform/graphics/FontCascade.h:295
> +#if PLATFORM(COCOA) || PLATFORM(GTK)

Let's try to avoid PLATFORM(GTK) conditionals... I guess this could be || USE(FREETYPE) instead, right? It should surely work for WPE, and probably also WinCairo?

> Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp:75
> +        if (OS2Table && freeTypeFace->face_flags & FT_FACE_FLAG_SCALABLE) {

Is this fixing a different issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170525/78c47c0e/attachment.html>


More information about the webkit-unassigned mailing list