This enumeration contains the possible standard font families in a PDF document.
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Custom font. | |
Helvetica | 1 | Helvetica | |
HelveticaBold | 2 | Helvetica Bold | |
HelveticaOblique | 3 | Helvetica Oblique | |
HelveticaBoldOblique | 4 | Helvetica Bold Oblique | |
Courier | 5 | Courier | |
CourierBold | 6 | Courier Bold | |
CourierOblique | 7 | Courier Oblique | |
CourierBoldOblique | 8 | Courier Bold Oblique | |
TimesRoman | 9 | Times Roman | |
TimesBold | 10 | Times Bold | |
TimesBoldItalic | 11 | Times Bold Italic | |
TimesItalic | 12 | Times Italic | |
Symbol | 13 | Symbol | |
ZapfDingbats | 14 | ZapfDingbats |
See Also