VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFontType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfFontType Enumeration
    In This Topic
    Specifies available types of the PDF fonts.
    Syntax
    'Declaration
    
    Public Enum PdfFontType
       Inherits System.Enum
    
    
    public enum PdfFontType : System.Enum
    
    
    __value public enum PdfFontType : public System.Enum
    
    
    public enum class PdfFontType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    Type0A composite font - a font composed of glyphs from a descendant CIDFont. This type is available since PDF 1.2.
    Type1A font that defines glyphs using Type 1 font technology.
    MMType1A multiple master font - an extension of the Type 1 font that allows the generation of a wide variety of typeface styles from a single font.
    Type3A font that defines glyphs using PDF graphics operators.
    TrueTypeA font based on the TrueType font format.
    CIDFontType0A CIDFont based on Type 1 font technology. This type is available since PDF 1.2.
    CIDFontType2A CIDFont based on TrueType font technology. This type is available since PDF 1.2.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFontType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also