[Fontconfig-bugs] [Bug 101889] Make fontconfig cache relocatable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 31 08:12:11 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101889
--- Comment #23 from Akira TAGOH <akira at tagoh.org> ---
Take 4:
https://cgit.freedesktop.org/~tagoh/fontconfig/commit/?h=relpath-cache-4
This doesn't modify a cache being mmap'd anymore. but hooking up FcListAppend()
for FcFontList() and FcFontRenderPrepare() for FcFontMatch() to have the
correct font path in FcPattern, because FcPatterns that one can touch in their
apps is a copy of the original in FcCache. so FcRefIsConst() won't usually
returns true in FcPattern*Get*().
Hope that looks okay.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20170831/b7f5232a/attachment.html>
More information about the Fontconfig-bugs
mailing list