SystemFont
Resolves complete Unicode sequences through the platform font cascade and caches the exact source face plus variable-axis coordinates selected by the operating system. Returned runtimes are cache-owned and must not be disposed by callers.
public static SystemFontMemoryStats MemoryStats{ get }Returns a consistent snapshot of SystemFont ownership and memory-backed retained bytes.
Turns off the automatically appended OS fallback and the OS-default primary used when no font is assigned. Explicitly assigned UniTextSystemFont assets remain active. Changing the value invalidates resolution caches and raises DisableChanged.
public static Core Default{ get }The configured project system font, or the platform default sans-serif runtime used as the final family and as the primary when no font is assigned. Null when implicit fallback is disabled or unavailable.
public static Core TryResolve()Returns the platform cascade face covering a codepoint, optionally carrying another system font's render settings.
public static Core TryResolveStyled()Returns the closest platform cascade face for the requested CSS weight and slant. The returned face may be regular when the family has no real styled cut.
public static Core TryResolveStyledFamily()Returns a covering cut of the named installed family, or null when the platform substitutes another family or no cut covers the codepoint.
