ActiveReports 12
TextRenderingHintEx Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : TextRenderingHintEx Enumeration
Specifies the text rendering quality.
Syntax
'Declaration
 
Public Enum TextRenderingHintEx 
   Inherits System.Enum
public enum TextRenderingHintEx : System.Enum 
Members
MemberDescription
AntiAliasSpecifies characters are drawn using antialiased glyph bitmaps without hinting. Improves quality but with performance cost.
AntiAliasGridFitSpecifies characters are drawn using antialiased glyph bitmaps with hinting. Improves quality but with performance cost.
ClearTypeGridFitSpecifies characters are drawn using glyph CT bitmap with hinting. Highest quality rendering but with performance costs. Takes advantage of ClearType font features.
SingleBitPerPixelSpecifies characters are drawn using its glyph bitmp with no hinting used.
SingleBitPerPixelGridFitSpecifies characters are drawn using its glyph bitmap with hinting used to improve stms and curvature appearance.
SystemDefaultSpecifies characters are drawn using its glyph bitmap using the user's system font smoothing settings.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Drawing.TextRenderingHintEx

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Drawing Namespace