'Declaration Public Enum PdfStandardFontType Inherits System.Enum
public enum PdfStandardFontType : System.Enum
__value public enum PdfStandardFontType : public System.Enum
public enum class PdfStandardFontType : public System.Enum
'Declaration Public Enum PdfStandardFontType Inherits System.Enum
public enum PdfStandardFontType : System.Enum
__value public enum PdfStandardFontType : public System.Enum
public enum class PdfStandardFontType : public System.Enum
Member | Description |
---|---|
NotStandard | This font is not standard. |
TimesRoman | Times−Roman font. |
TimesBold | Times−Bold font. |
TimesItalic | Times−Italic font. |
TimesBoldItalic | Times−BoldItalic font. |
Helvetica | Helvetica font. |
HelveticaBold | Helvetica-Bold font. |
HelveticaOblique | Helvetica-Oblique font. |
HelveticaBoldOblique | Helvetica-BoldOblique font. |
Courier | Courier font. |
CourierBold | Courier-Bold font. |
CourierOblique | Courier-Oblique font. |
CourierBoldOblique | Courier-BoldOblique font. |
Symbol | Symbol font. |
ZapfDingbats | ZapfDingbats font. |
The names of 14 Type 1 fonts, known as the "standard 14 fonts".
Note: Beginning with PDF 1.5, the special treatment given to the standard 14 fonts is deprecated. All fonts used in a PDF document should be represented using a complete font descriptor. For backwards capability, viewer applications must still provide the special treatment identified for the standard 14 fonts.
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Pdf.Tree.Fonts.PdfStandardFontType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5