Enumerates 14 types of font.
Namespace: Aspose.Pdf.FacadesAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxPublic Enumeration FontStyle
public enum class FontStyle
Members|
| Member name | Value | Description |
|---|
| Courier | 0 |
Courier font.
|
| CourierBold | 1 |
Bold Courier font.
|
| CourierOblique | 2 |
Oblique Curier font.
|
| CourierBoldOblique | 3 |
Bold oblique Courier font.
|
| Helvetica | 4 |
Helvetica font.
|
| HelveticaBold | 5 |
Bold Helvetica font.
|
| HelveticaOblique | 6 |
Oblique Helvetica font.
|
| HelveticaBoldOblique | 7 |
Bold oblique Helvetica font.
|
| Symbol | 8 |
Symbol font.
|
| TimesRoman | 9 |
Times-Roman font.
|
| TimesBold | 10 |
Bold Times font.
|
| TimesItalic | 11 |
Italic Times font.
|
| TimesBoldItalic | 12 |
Bold italic Times font.
|
| ZapfDingbats | 13 |
ZapfDingbats font.
|
| Unknown | 14 |
Unknown font. Standard font will be used.
|
| CjkFont | 15 |
True Type Font for CJK supporting ,default is MS PGothic font.
|
See Also