VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfStandardFontType Enumeration
Syntax Members Remarks Hierarchy Requirements SeeAlso
In This Topic
PdfStandardFontType Enumeration
In This Topic
Specifies available names of standard Type 1 fonts.
Syntax
'Declaration

Public Enum PdfStandardFontType
   Inherits System.Enum

public enum PdfStandardFontType : System.Enum

Members
MemberDescription
NotStandardThis font is not standard.
TimesRomanTimes−Roman font.
TimesBoldTimes−Bold font.
TimesItalicTimes−Italic font.
TimesBoldItalicTimes−BoldItalic font.
HelveticaHelvetica font.
HelveticaBoldHelvetica-Bold font.
HelveticaObliqueHelvetica-Oblique font.
HelveticaBoldObliqueHelvetica-BoldOblique font.
CourierCourier font.
CourierBoldCourier-Bold font.
CourierObliqueCourier-Oblique font.
CourierBoldObliqueCourier-BoldOblique font.
SymbolSymbol font.
ZapfDingbatsZapfDingbats font.
Remarks

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.

Inheritance Hierarchy

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

Requirements

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

See Also