Skip to main content

TextRenderingHint

Namespace: System.Drawing.Text

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies the quality of text rendering.

public enum TextRenderingHint : Enum

Fields​

NameDescription
AntiAliasGlyph anti-alias bitmap without hinting.
AntiAliasGridFitAnti-aliasing with hinting.
ClearTypeGridFitGlyph CT bitmap with hinting.
SingleBitPerPixelGlyph bitmap without hinting.
SingleBitPerPixelGridFitGlyph bitmap with hinting.
SystemDefaultGlyph with system default rendering hint.

Used By​

NameDescription
Graphics.TextRenderingHintGets or sets the rendering mode for text associated with this Graphics.