Indicates type of standard PDF fonts.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|