Table of Contents

Enum AntiAliasMode

Namespace
KernSmith
Assembly
KernSmith.dll

How glyphs are anti-aliased when rendered.

public enum AntiAliasMode

Fields

Grayscale = 1

Smooth grayscale edges (default). Works everywhere.

Lcd = 3

LCD sub-pixel rendering. Only useful for desktop screens, not game textures.

Light = 2

Light hinting for smoother curves at small sizes.

None = 0

No anti-aliasing. Pixels are fully on or fully off.