IFontLoader Interface
Low-level font loading interface.
For most use cases, use
public interface IFontLoader : System.IDisposable
Derived
↳ HeadlessFontLoader
↳ SDL3FontLoader
Implements System.IDisposable
| Methods | |
|---|---|
| LoadFont(string, int) | Loads a font from file synchronously. |
| LoadFontAsync(string, int, CancellationToken) | Loads a font from file asynchronously. |
| UnloadFont(IFont) | Unloads a font and frees resources. |