MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.GcGdi Namespace / FontHinting Enumeration

FontHinting Enumeration
Specifies the algorithm used for font hinting in text layout.
Syntax
'Declaration
 
Public Enum FontHinting 
   Inherits System.Enum
 
Members
MemberDescription
DefaultDefault.
TrueTypeWIC-based.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Core.Document.Drawing.GcGdi.FontHinting

See Also