Back to API Reference
Class
UniTextSystemFont
Inherits:UniTextFont
UniTextFont that resolves its font bytes from the host OS at runtime from a per-platform pick (Common / Windows / macOS / Linux / iOS / Android). WebGL is unsupported.
Remarks
A regular font: it participates only when added to a font stack. Automatic gap-filling for codepoints no font covers is a separate, always-on mechanism — SystemFont — independent of this asset. FaceInfo, SDF detail multiplier and tile-size offset can be overridden per platform. Each field defaults to an "unset" sentinel; unset fields use values extracted from the loaded font. Glyph overrides are not supported — they reference indices specific to a particular font file, which a system font does not pin.
Nested Types
public PlatformConfig GetConfig()Returns a mutable reference to the platform tab's config (Common/Windows/macOS/Linux/iOS/Android).
protected override Core CreateRuntime()