Indicates type of standard PDF fonts.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfFontFamily
Public Enumeration PdfFontFamily
public enum class PdfFontFamily
type PdfFontFamily

Members

MemberValueDescription
Helvetica0
Represents the Helvetica font.
Courier1
Represents the Courier font.
TimesRoman2
Represents the Times Roman font.
Symbol3
Represents the Symbol font.
ZapfDingbats4
Represents the ZapfDingbats font.

See Also