1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
wezterm/wezterm-font/src
Wez Furlong 21e6fcedd9 fonts: add negative cache into LoadedFont
Continuing from 427e4a0a84, we
can't just omit the negative cache as that leads to problems
like <https://github.com/wez/wezterm/issues/2165>, so this
commit restores it but moves it into LoadedFont, so that we
should stop looking for a given styled font after the first
attempt.

refs: https://github.com/wez/wezterm/issues/2165
2022-06-23 06:36:03 -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: add negative cache into LoadedFont 2022-06-23 06:36:03 -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