mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 06:34:17 +03:00
fonts: fix windows build
This commit is contained in:
parent
2406488168
commit
f257fe0c8d
@ -282,6 +282,10 @@ impl FontLocator for GdiFontLocator {
|
||||
family: font.family_name(),
|
||||
is_fallback: true,
|
||||
is_synthetic: true,
|
||||
harbuzz_features: None,
|
||||
freetype_load_target: None,
|
||||
freetype_render_target: None,
|
||||
freetype_load_flags: None,
|
||||
};
|
||||
|
||||
if !resolved.contains(&attr) {
|
||||
|
Loading…
Reference in New Issue
Block a user