IFont Interface
Represents a loaded font that can be used for text rendering.
public interface IFont : System.IDisposable
Derived
↳ SDL3Font
Implements System.IDisposable
| Properties | |
|---|---|
| IsLoaded | Gets whether the font is loaded and ready to use. |
| Name | Gets the name or path of the font. |
| Size | Gets the font size in points. |