Back to API Reference
Class
UniTextFontStack
Inherits:ScriptableObject
Ordered list of font families plus an optional fallback stack. The first family's primary provides strut metrics (line height, ascent, descent). Face matching uses pre-computed lookup tables with CSS Fonts Level 4 §5.2 weight matching.
public UniTextFontStack FallbackStack{ get; set }Gets or sets the optional fallback stack searched after this stack's own families.
public UniTextFont PrimaryFont{ get }Primary font asset of the first family.
