Skip to content

Commit

Permalink
remove negative kerning
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 21, 2023
1 parent b86a552 commit f0b8cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.rs
Expand Up @@ -295,7 +295,7 @@ fn wrapped_body(ui: &mut egui::Ui, text: &str) {
let format = TextFormat {
font_id: FontId::proportional(52.0),
color: Color32::WHITE,
extra_letter_spacing: -2.5,
extra_letter_spacing: 0.0,
line_height: Some(50.0),
..Default::default()
};
Expand Down

0 comments on commit f0b8cf6

Please sign in to comment.