ActiveReports 8
TextRenderingHintEx Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : TextRenderingHintEx Enumeration

Glossary Item Box

Specifies the text rendering quality.

Syntax

Visual Basic (Declaration) 
Public Enum TextRenderingHintEx 
   Inherits System.Enum
C# 
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

Requirements

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

See Also