TextRenderingHint

TextRenderingHint enum

Specifies the quality of text rendering.

enum class TextRenderingHint

Values

NameValueDescription
SystemDefault0Glyph with system default rendering hint.
SingleBitPerPixelGridFit1Glyph bitmap with hinting.
SingleBitPerPixel2Glyph bitmap without hinting.
AntiAliasGridFit3Anti-aliasing with hinting.
AntiAlias4Glyph anti-alias bitmap without hinting.
ClearTypeGridFit5Glyph CT bitmap with hinting.

See Also