[Fontconfig-bugs] [Bug 78450] FcConfigAppFontAddFile equivalent that takes memory or FT_Face

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 12 12:23:22 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=78450

--- Comment #2 from Behdad Esfahbod <freedesktop at behdad.org> ---
This might be tricky.  Clients of fontconfig currently only expect
FC_FILE/FC_INDEX.  We would need to update them all to check for the FC_FT_FACE
as well...

Taking FT_Face might not be a good idea.  Taking memory and creating a FT_FACE
every time works.

Alternatively, we can use modern Linux APIs to assign to a piece of memory a
file name.  That might be the least portable but most useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20150512/d4171bcf/attachment-0001.html>


More information about the Fontconfig-bugs mailing list