1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Improve text demo: more fine control of letter spacing (#7520)

This commit is contained in:
Emil Ernerfeldt
2025-09-09 09:35:25 +02:00
committed by GitHub
parent 01ee23c1a0
commit c2912369ca
3 changed files with 7 additions and 10 deletions

View File

@@ -269,8 +269,6 @@ pub struct TextFormat {
/// Extra spacing between letters, in points.
///
/// Default: 0.0.
///
/// For even text it is recommended you round this to an even number of _pixels_.
pub extra_letter_spacing: f32,
/// Explicit line height of the text in points.