mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
67d8848676
It now outputs something that you could conceivably put into your config file, although the intent is to show the canonical way to reference the individual fonts that were found, rather than to specify a fully baked list to paste into a config. eg: ``` ; ./target/debug/wezterm ls-fonts Primary font: wezterm.font_with_fallback({ -- /home/wez/.fonts/OperatorMonoSSmLig-Medium.otf, FontDirs {family="Operator Mono SSm Lig", weight="DemiLight"}, -- /home/wez/.fonts/OperatorMonoSSmLig-Medium.otf, FontConfig {family="Operator Mono SSm Lig", weight="DemiLight"}, -- /home/wez/.fonts/MaterialDesignIconsDesktop.ttf, FontDirs "Material Design Icons Desktop", -- /home/wez/.fonts/terminus-bold.otb, FontDirs {family="Terminus", weight="Bold"}, -- /home/wez/.fonts/JetBrainsMono-Regular.ttf, FontDirs "JetBrains Mono", -- /home/wez/.fonts/NotoColorEmoji.ttf, FontDirs "Noto Color Emoji", -- /home/wez/.fonts/MaterialDesignIconsDesktop.ttf, FontConfig "Material Design Icons Desktop", -- /usr/share/fonts/terminus-fonts/ter-u32n.otb, FontConfig "Terminus", -- /home/wez/.fonts/JetBrainsMono-Regular.ttf, FontConfig "JetBrains Mono", -- /home/wez/.fonts/NotoColorEmoji.ttf, FontConfig "Noto Color Emoji", -- <built-in>, BuiltIn "Last Resort High-Efficiency", }) ``` |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |