[Webkit-unassigned] [Bug 147018] Web Inspector: [Freetype] Allow inspector to retrieve a list of system fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 15:39:30 PDT 2015


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I think we'll need to use FcFontList:

"""
FcFontSet * FcFontList(FcConfig *config, FcPattern *p, FcObjectSet *os);

Selects fonts matching p, creates patterns from those fonts containing only the objects in os and returns the set of unique such patterns. If config is NULL, the default configuration is checked to be up to date, and used.
"""

Maybe someone with more endurance for fontconfig could translate that to English....

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150716/29daaf1e/attachment.html>


More information about the webkit-unassigned mailing list