Skip to content

Commit

Permalink
Change default hinting to slight
Browse files Browse the repository at this point in the history
Full hinting is a bit too aggressive, especially with fractional font sizes
  • Loading branch information
fredizzimo committed Apr 28, 2024
1 parent 712cd39 commit 101b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/fonts/font_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ impl FontEdging {

#[derive(Clone, Debug, Hash, PartialEq, Eq, Default)]
pub enum FontHinting {
#[default]
Full,
Normal,
#[default]
Slight,
None,
}
Expand Down

0 comments on commit 101b7f1

Please sign in to comment.