Click or drag to resize

DynamicFontDataHintingEnum Enumeration

[Missing <summary> documentation for "T:Godot.DynamicFontData.HintingEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum HintingEnum
Members
  Member nameValueDescription
None0

Disables font hinting (smoother but less crisp).

Light1

Use the light font hinting mode.

Normal2

Use the default font hinting mode (crisper but less smooth).

See Also