mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
docs: update freetype_load_flags
This commit is contained in:
parent
21af10e0f6
commit
6e85ba49fd
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user