1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00
This commit is contained in:
Emil Ernerfeldt
2024-09-19 10:59:28 +02:00
parent cada7d2be2
commit 9665c9f463

View File

@@ -613,7 +613,7 @@ pub struct Glyph {
/// Height of this row of text. /// Height of this row of text.
/// ///
/// Usually same as [`Self::font_height`], /// Usually same as [`Self::font_height`],
/// unless explicitly overriden by [`TextFormat::line_height`]. /// unless explicitly overridden by [`TextFormat::line_height`].
pub line_height: f32, pub line_height: f32,
/// [`Font::ascent`] /// [`Font::ascent`]