Back to API Reference
Class
UniTextFont.Core
Plain runtime for a font: holds FT face, glyph table, lookup dictionaries, curve cache, atlas pipeline. Constructable on worker threads (no Unity object lifecycle).
Derived Types(1)
Types that inherit from UniTextFont.Core.
public FaceInfo FaceInfo{ get; set }public Dictionary<long,Glyph> GlyphLookupTable{ get }(varHash48, glyphIndex) → atlas-resident glyph. Lazy-built on first access.
Constructs a runtime from font bytes and the rendering settings normally supplied by the UniTextFont wrapper. Safe to call from worker threads.
protected IntPtr EnsureFTFace()public virtual UniTextFontError LoadFontFace()protected List<uint> FilterNewGlyphs()