Enum GlyphRenderMode
Rendering modes used by the Font Engine to render glyphs.
Namespace: UnityEngine.TextCore.LowLevel
Assembly: UnityEngine.dll
Syntax
public enum GlyphRenderMode
Fields
| Name | Description |
|---|---|
| RASTER | |
| RASTER_HINTED | |
| SDF | |
| SDF16 | |
| SDF32 | |
| SDF8 | |
| SDFAA | |
| SDFAA_HINTED | |
| SMOOTH | |
| SMOOTH_HINTED |