Table of Contents

Enum HintingMode

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Defines modes to determine how to apply hinting. The use of mathematical instructions to adjust the display of an outline font so that it lines up with a rasterized grid.

public enum HintingMode

Fields

Full = 2

Hint the glyph using the complete horizontal and vertical instruction set. Glyph outlines and origins are aligned to the pixel grid on both axes, producing the sharpest results at small sizes at the cost of shape fidelity and up to half a pixel of inter-glyph spacing variation. Measured layout is unaffected.

None = 0

Do not hint the glyphs.

Standard = 1

Hint the glyph using standard configuration.