Table of Contents

Enum TextServer.Hinting

Namespace
Godot
Assembly
GodotSharp.dll
public enum TextServer.Hinting : long

Fields

Light = 1

Use the light font hinting mode.

None = 0

Disables font hinting (smoother but less crisp).

Normal = 2

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

Note: This hinting mode changes both horizontal and vertical glyph metrics. If applied to monospace font, some glyphs might have different width.