Visual Basic (Declaration) | |
---|---|
Public Enum TextRenderingHintEx Inherits System.Enum |
C# | |
---|---|
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2