Skip to content

Commit

Permalink
Fix Glyph::pos doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
afishhh committed Jan 4, 2025
1 parent 6b72d2f commit b36311a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/text/text_layout_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit b36311a

Please sign in to comment.