Skip to content

Commit

Permalink
Set font hinting none as default
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed May 11, 2024
1 parent 49f5096 commit ec54e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/fonts/font_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ impl FontEdging {
pub enum FontHinting {
Full,
Normal,
#[default]
Slight,
#[default]
None,
}

Expand Down
4 changes: 2 additions & 2 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ as such it's also documented in `:h guifont`. But to sum it up and also add Neov
a type of hinting:
- full
- normal
- slight (default)
- none
- slight
- none (default)
- Some examples:
- `Hack,Noto_Color_Emoji:h12:b` — Hack at size 12 in bold, with Noto Color Emoji as fallback
should Hack fail to contain any glyph.
Expand Down

0 comments on commit ec54e0d

Please sign in to comment.