1
0
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:
Hubert Głuchowski
2025-01-04 19:45:29 +01:00
parent 6b72d2f7e2
commit b36311a98a

View File

@@ -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,