Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontHintType Enumeration

In This Topic
    FontHintType Enumeration
    In This Topic
    Specifies information used to decide how to format any characters in the current run for which the font type is otherwise ambiguous.
    Syntax
    'Declaration
     
    Public Enum FontHintType 
       Inherits System.Enum
    public enum FontHintType : System.Enum 
    Members
    MemberDescription
    ComplexScript Specifies that the font hint for this text is to use the Complex Script font defined for the run via the style hierarchy.
    Default Specifies that no hint shall apply to this text.
    EastAsia Specifies that the font hint for this text run is to use the East Asian font defined for the run via the style hierarchy.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.FontHintType

    See Also