remove negative kerning

This commit is contained in:
William Casarin 2023-12-21 11:09:44 -08:00
parent b86a552cde
commit f0b8cf69c2
1 changed files with 1 additions and 1 deletions

View File

@ -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()
};