TextRenderingHint
System.Drawing.Text.TextRenderingHint
Namespace: System.Drawing.Text
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies the quality of text rendering.
public enum TextRenderingHint : EnumPublic Enum TextRenderingHint As [Enum]Fields
Name
Description
AntiAlias
Glyph anti-alias bitmap without hinting.
AntiAliasGridFit
Anti-aliasing with hinting.
ClearTypeGridFit
Glyph CT bitmap with hinting.
SingleBitPerPixel
Glyph bitmap without hinting.
SingleBitPerPixelGridFit
Glyph bitmap with hinting.
SystemDefault
Glyph with system default rendering hint.
Used By
Name
Description
Gets or sets the rendering mode for text associated with this Graphics.
Last updated
Was this helpful?