TextRenderingHint
Namespace: System.Drawing.Text
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies the quality of text rendering.
- C#
- VB.NET
public enum TextRenderingHint : Enum
Public 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 |
|---|---|
| Graphics.TextRenderingHint | Gets or sets the rendering mode for text associated with this Graphics. |