mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fix typo
This commit is contained in:
@@ -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`]
|
||||||
|
|||||||
Reference in New Issue
Block a user