1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

docs: update freetype_load_flags

This commit is contained in:
Wez Furlong 2024-01-31 08:00:18 -07:00
parent 21af10e0f6
commit 6e85ba49fd
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -45,3 +45,9 @@ explicitly:
config.freetype_load_flags = 'NO_HINTING'
```
{{since('nightly')}}
The default value depends on the effective dpi of the display.
If the dpi is 100 or larger, the default value is `NO_HINTING`.
Otherwise, the default value is `DEFAULT`.