'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
'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
Member | Description |
---|---|
Undefined | Undefined. |
Type0 | A composite font - a font composed of glyphs from a descendant CIDFont. This type is available since PDF 1.2. |
Type1 | A font that defines glyphs using Type 1 font technology. |
MMType1 | A 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. |
Type3 | A font that defines glyphs using PDF graphics operators. |
TrueType | A font based on the TrueType font format. |
CIDFontType0 | A CIDFont based on Type 1 font technology. This type is available since PDF 1.2. |
CIDFontType2 | A CIDFont based on TrueType font technology. This type is available since PDF 1.2. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFontType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5