1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00
wezterm/deps
Wez Furlong e200605b8f fonts: add support for "variable" fonts
With this configuration:

```lua
local wezterm = require 'wezterm'

return {
  font_dirs = {"/Users/wez/Downloads/Inconsolata"},
  font = wezterm.font("Inconsolata"),
  font_locator = "ConfigDirsOnly"
}
```

wezterm is now able to see the 74 variations that are available
in the single inconsolata ttf.

Running `WEZTERM_LOG=wezterm_font=trace wezterm` will log the
variations.

refs: https://github.com/wez/wezterm/issues/655
2021-04-07 17:45:38 -07:00
..
fontconfig lint: fix some clippy stuff 2021-03-25 10:05:34 -07:00
freetype fonts: add support for "variable" fonts 2021-04-07 17:45:38 -07:00
harfbuzz lint: fix some clippy stuff 2021-03-25 10:05:34 -07:00