Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontDataType Enumeration

In This Topic
    FontDataType Enumeration
    In This Topic
    Specifies the data type of an embedded font.
    Syntax
    'Declaration
     
    Public Enum FontDataType 
       Inherits System.Enum
    public enum FontDataType : System.Enum 
    Members
    MemberDescription
    FontData Font Data (.fntdata).
    ObfuscatedTrueTypeFont Obfuscated TTF Font (.odttf).
    TrueTypeFont TrueType Font (.ttf).
    Inheritance Hierarchy

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

    See Also