SpriteFontType Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
public enum SpriteFontType
Fields
Name | Description |
---|---|
Dynamic | Font which can change its font size dynamically and is compiled at runtime |
SDF | Signed Distance Field font which is pre-compiled but can still be scaled at runtime |
Static | Static font which has fixed font size and is pre-compiled |