1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/wezterm-font
Wez Furlong 50cc44a53a
font-config: failed to resolve clusters like 3065,2686
Root cause is that font-config will try to find a single font that
satisfies a query like `fc-list ':charset=2686 3065'`, but if that
is impossible, there are no results.

The resolution is to split the query up and look for each individual
codepoint.

refs: #4310
2023-09-20 18:54:17 -07:00
..
src font-config: failed to resolve clusters like 3065,2686 2023-09-20 18:54:17 -07:00
Cargo.toml font: remove half-baked attempt at rendering svg fonts 2023-08-20 15:19:30 -07:00