ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / TextRenderingHintEx Enumeration

In This Topic
    TextRenderingHintEx Enumeration
    In This Topic
    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.Drawing.TextRenderingHintEx

    See Also