DynamicFontDataHintingEnum Enumeration |
[Missing <summary> documentation for "T:Godot.DynamicFontData.HintingEnum"]
Namespace: Godot
public enum HintingEnum
Member name | Value | Description | |
---|---|---|---|
None | 0 | Disables font hinting (smoother but less crisp). | |
Light | 1 | Use the light font hinting mode. | |
Normal | 2 | Use the default font hinting mode (crisper but less smooth). |