csharp
public readonly record struct AtlasRegionWhere a glyph's field sits in the atlas texture, in pixels.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int XLeft edge.
public int YTop edge.
public int WidthHow wide.
public int HeightHow tall.
Methods (1)
public AtlasRegion(int X, int Y, int Width, int Height)Where a glyph's field sits in the atlas texture, in pixels.
Used by (12)
- AtlasGlyphVixen.Ui.Text
- EntryVixen.Ui.Text
- GlyphAtlasVixen.Ui.Text
- GlyphAtlasTestsVixen.Ui.Text.Tests
- GlyphFieldCacheVixen.Ui.Text
- GlyphFieldCacheTestsVixen.Ui.Text.Tests
- IconAtlasVixen.Ui
- IconAtlasTestsVixen.Ui.Tests
- IconFieldVixen.Ui
- ShelfVixen.Ui.Text
- UiGeometryBuilderVixen.Ui
- UiGeometryTestsVixen.Ui.Tests