Table of Contents

Enum TextServer.FontLcdSubpixelLayout

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

Fields

Hbgr = 2

Horizontal BGR subpixel layout.

Hrgb = 1

Horizontal RGB subpixel layout.

Max = 5

Represents the size of the TextServer.FontLcdSubpixelLayout enum.

None = 0

Unknown or unsupported subpixel layout, LCD subpixel antialiasing is disabled.

Vbgr = 4

Vertical BGR subpixel layout.

Vrgb = 3

Vertical RGB subpixel layout.