GlyphAtlas
GPU-resident glyph tile cache over the GpuAtlas<TEntry> engine: Burst CPU rasterization directly into acquired GpuUploadSlot memory for SDF/MSDF glyphs, ready color pixels for emoji/color fonts. This class owns everything glyph-shaped — pad tiers, tile-size classification, the GlyphTransformTable rows, raster jobs — while storage, delivery, slots, eviction, compaction and recovery live in the engine. The atlas is a disposable cache: on AnyAtlasContentLost consumers re-collect from font data.
Nested Types
public static GlyphAtlas GetInstance()Returns the process-wide atlas; GPU initialization remains deferred to the main thread.
Tight-fit rim for an effect-free glyph, in glyph-height units — pad tier 0 (see PadTierToNorm). Small enough that the glyph nearly fills its tile, large enough for edge AA (must exceed the face SDF padding). Effects grow the tier per-glyph via re-rasterization, up to the full Pad/glyphH spread.
