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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user