1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

add docstring

This commit is contained in:
Emil Ernerfeldt
2025-09-05 09:09:07 +02:00
committed by valadaptive
parent 1ddd143e45
commit 560346d007

View File

@@ -44,7 +44,7 @@ pub struct GlyphInfo {
/// Use `ab_glyph::GlyphId(0)` if you just want to have an id, and don't care.
pub(crate) id: ab_glyph::GlyphId,
/// Unscaled.
/// In [`ab_glyph`]s "unscaled" coordinate system.
pub advance_width_unscaled: OrderedFloat<f32>,
/// Whether this glyph has any outlines.