PdfFontFamily Enumeration
|
Indicates type of standard PDF fonts.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfFontFamily
Public Enumeration PdfFontFamily
public enum class PdfFontFamily
Members
|
Member name
|
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.
|
See Also