GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : TextRenderingHintEx Enumeration |
'Declaration Public Enum TextRenderingHintEx Inherits System.Enum
public enum TextRenderingHintEx : System.Enum
Member | Description |
---|---|
AntiAlias | Specifies characters are drawn using antialiased glyph bitmaps without hinting. Improves quality but with performance cost. |
AntiAliasGridFit | Specifies characters are drawn using antialiased glyph bitmaps with hinting. Improves quality but with performance cost. |
ClearTypeGridFit | Specifies characters are drawn using glyph CT bitmap with hinting. Highest quality rendering but with performance costs. Takes advantage of ClearType font features. |
SingleBitPerPixel | Specifies characters are drawn using its glyph bitmp with no hinting used. |
SingleBitPerPixelGridFit | Specifies characters are drawn using its glyph bitmap with hinting used to improve stms and curvature appearance. |
SystemDefault | Specifies characters are drawn using its glyph bitmap using the user's system font smoothing settings. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Drawing.TextRenderingHintEx