mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix Glyph::pos doc comment
This commit is contained in:
@@ -630,7 +630,7 @@ pub struct Glyph {
|
||||
/// The character this glyph represents.
|
||||
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`].
|
||||
pub pos: Pos2,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user