diff options
author | Spencer Phippen <spencer.phippen@gmail.com> | 2016-11-23 19:17:59 +0100 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2016-11-24 20:20:45 +0100 |
commit | fa9a4599720703932d1c4f16b9aeee1f91f96263 (patch) | |
tree | 12e9d6a0680f8603ca630dbfdaaac9807d26677d /arg.h | |
parent | 740ada1447a0bf9eb7db327d9433fa0b96e0a4d8 (diff) |
Fixed 'missing glyph doesn't use fontconfig config substitutions' bug
XftFontMatch does display-specific font configuration (commit 528241a).
Nice. Unfortunately, when we switched from FcFontMatch, we also stopped
storing the post-Fc{Config,Default}Substitute FcPattern for future
lookups. The result is that if a glyph isn't found in the primary font,
secondary font lookups use the original FcPattern, not the configured
one. If you have custom fontconfig rules (like me), this can be
disappointing.
I basically just copied the guts out of XftFontMatch[1] and saved
the intermediate configured FcPattern. Could be related to the bug that
inspired commit 4242027.
[1]: https://cgit.freedesktop.org/xorg/lib/libXft/tree/src/xftfont.c
Diffstat (limited to 'arg.h')
0 files changed, 0 insertions, 0 deletions