mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
6ccef46989
This commit adds support for computing the codepoint coverage for fonts loaded from font-dirs and the built-in, in-memory fonts. What this means is that if you have eg: a font with chinese glyphs in your font-dirs but not explicitly listed in your wezterm config, if chinese text is rendered and no match from your config is found, wezterm will be able to find the font from your font-dirs and use that implicitly. Computing the codepoint coverage is relatively expensive so we defer it until we need to perform it, and cache it. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |