Namespace Xui.Runtime.Software.Font
Classes
- GPosTable
Parses the 'GPOS' (Glyph Positioning) table from an OpenType font. This table handles kerning, mark positioning, and other glyph adjustments.
- GPosTable.CoverageTable
Represents a GPOS Coverage Table used in subtables to identify glyphs affected.
- GPosTable.PairAdjustmentSubtable.Format2
Represents a GPOS LookupType 2 subtable: Pair Adjustment Format 2 (class-based kerning).
- TextLayout
Lays out a string of text using a TrueType font. Produces positioned glyphs and bounding metrics for rendering and measurement.
Structs
- GlyphShape
A parsed TrueType glyph. This is a lightweight, stack-only view into raw glyph data.