Vixen
02b45cc4
csharp
public readonly record struct GlyphBounds

A 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 MinX

    Left edge.

  • public float MinY

    Bottom edge — below the baseline is negative.

  • public float MaxX

    Right edge.

  • public float MaxY

    Top edge.

  • public float Width

    How wide.

  • public float Height

    How 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