Indicates type of standard PDF fonts.
Namespace: Spire.Pdf.GraphicsAssembly: 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
Member | Value | Description |
---|---|---|
Helvetica | 0 |
Represents the Helvetica font.
|
Courier | 1 |
Represents the Courier font.
|
TimesRoman | 2 |
Represents the Times Roman font.
|
Symbol | 3 |
Represents the Symbol font.
|
ZapfDingbats | 4 |
Represents the ZapfDingbats font.
|