mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Fix Glyph::pos doc comment
This commit is contained in:
@@ -630,7 +630,7 @@ pub struct Glyph {
|
|||||||
/// The character this glyph represents.
|
/// The character this glyph represents.
|
||||||
pub chr: char,
|
pub chr: char,
|
||||||
|
|
||||||
/// Baseline position, relative to the galley.
|
/// Baseline position, relative to the row.
|
||||||
/// Logical position: pos.y is the same for all chars of the same [`TextFormat`].
|
/// Logical position: pos.y is the same for all chars of the same [`TextFormat`].
|
||||||
pub pos: Pos2,
|
pub pos: Pos2,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user