mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
164adb78e3
The recent addition of dynamic fallback resolution highlighted this issue. The test scenario is: 1. Output some glyphs that need dynamic fallback 2. ctrl-+ to change the font scaling 3. rasterization fails because of some bad cached state; the font_idx's were invalidated by the scale change which reset the dynamically discovered fallback fonts. The resolution is to blow the glyph and shape caches when scaling is changed. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |