1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-10 15:04:32 +03:00
wezterm/wezterm-font/src
Wez Furlong 427e4a0a84 fonts: remove no_glyphs cache from FontConfigInner
This avoids a confusing situation where we'd not bother to resolve
a font for a given codepoint for say bold text if we had previously
resolved it for normal text.

This hashset would be more useful if we maintained a mapping of
codepoint to font at that layer, but we don't.

The simplest thing to do for this is to allow the search to continue
and succeed.

refs: https://github.com/wez/wezterm/issues/2158
refs: https://github.com/wez/wezterm/issues/1913
2022-06-22 06:17:16 -07:00
..
locator fonts: remove no_glyphs cache from FontConfigInner 2022-06-22 06:17:16 -07:00
rasterizer fonts: allow fallback-level scaling factor 2022-03-26 16:37:50 -07:00
shaper shaping: fix repeated glyphs for Unicode NFD text 2022-05-25 06:51:31 -07:00
db.rs fonts: remember bdfs with multiple sizes found in font_dirs 2022-04-05 20:46:28 -07:00
fcwrap.rs fonts: treat "charcell" spacing as monospace 2022-04-06 08:11:34 -07:00
ftwrap.rs fonts: add freetype_pcf_long_family_names option 2022-06-09 20:09:47 -07:00
hbwrap.rs fonts: allow shaping with additional paragraph context 2022-01-28 17:19:36 -07:00
lib.rs fonts: remove no_glyphs cache from FontConfigInner 2022-06-22 06:17:16 -07:00
parser.rs fonts: assume emoji presentation based on name 2022-06-19 06:54:22 -07:00
units.rs refactor deps so that window can depend on wezterm-font 2021-06-26 22:58:42 -07:00