csharp
public readonly record struct GlyphBoundsA glyph's extent, in design units, y up.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public float MinXLeft edge.
public float MinYBottom edge — below the baseline is negative.
public float MaxXRight edge.
public float MaxYTop edge.
public float WidthHow wide.
public float HeightHow tall.
Methods (1)
public GlyphBounds(float MinX, float MinY, float MaxX, float MaxY)A glyph's extent, in design units, y up.
Used by (12)
- DistanceFieldTestsVixen.Ui.Text.Tests
- FontFaceVixen.Ui.Text
- GlyfOutlinesVixen.Ui.Text
- GlyphAtlasTestsVixen.Ui.Text.Tests
- GlyphFieldCacheVixen.Ui.Text
- GlyphFieldCacheTestsVixen.Ui.Text.Tests
- GlyphOutlineVixen.Ui.Text
- GlyphOutlineSourceVixen.Ui.Text
- IconAtlasVixen.Ui
- OutlineTestsVixen.Ui.Text.Tests
- RasterizerTestsVixen.Ui.Text.Tests
- UiGeometryTestsVixen.Ui.Tests