1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-10 06:34:17 +03:00
wezterm/wezterm-font
Wez Furlong 58ece29f00 fonts: defer best match until we have font_dirs + locator + builtin
A user reported an issue where having just Roboto Thin installed
caused the title font to use that one, rather than the desired
Roboto Bold.

This commit adjusts the font matching code to accumulate candidates
from each of the font_dirs, locator and built-in font locations,
and then find the best match.
2022-01-01 11:34:39 -07:00
..
src fonts: defer best match until we have font_dirs + locator + builtin 2022-01-01 11:34:39 -07:00
Cargo.toml remove our incomplete allsorts shaper implementation 2021-11-23 05:43:13 -07:00