PdfStandardFont Enumeration
In This Topic
A complete set of 14 standard fonts (Standard Type 1 Fonts) that can be used without prior definition.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PdfStandardFont
Inherits System.Enum
[ComVisible(true)]
public enum PdfStandardFont : System.Enum
public enum PdfStandardFont = class(System.Enum)
ComVisibleAttribute()
public enum PdfStandardFont extends System.Enum
[ComVisible(true)]
__value public enum PdfStandardFont : public System.Enum
[ComVisible(true)]
public enum class PdfStandardFont : public System.Enum
Members
Member | Value | Description |
PdfStandardFontCourier | 1 | Font with the standard name Courier, the alternative name is CourierNew. |
PdfStandardFontCourierBold | 3 | Font with the standard name Courier-Bold, the alternative name is CourierNew,Bold. |
PdfStandardFontCourierBoldOblique | 4 | Font with the standard name Courier-BoldOblique, the alternative name is CourierNew,BoldItalic. |
PdfStandardFontCourierOblique | 2 | Font with the standard name Courier-Oblique, the alternative name is CourierNew,Italic. |
PdfStandardFontHelvetica | 5 | Font with the standard name Helvetica, the alternative name is Arial. |
PdfStandardFontHelveticaBold | 7 | Font with the standard name Helvetica-Bold, the alternative name is Arial,Bold. |
PdfStandardFontHelveticaBoldOblique | 8 | Font with the standard name Helvetica-BoldOblique, the alternative name is Arial,BoldItalic. |
PdfStandardFontHelveticaOblique | 6 | Font with the standard name Helvetica-Oblique, the alternative name is Arial,Italic. |
PdfStandardFontSymbol | 13 | Font with the standard name Symbol, no alternative name exists. |
PdfStandardFontTimesBold | 11 | Font with the standard name Times-Bold, the alternative name is TimesNewRoman,Bold. |
PdfStandardFontTimesBoldItalic | 12 | Font with the standard name Times-BoldItalic, the alternative name is TimesNewRoman,BoldItalic. |
PdfStandardFontTimesItalic | 10 | Font with the standard name Times-Italic, the alternative name is TimesNewRoman,Italic. |
PdfStandardFontTimesRoman | 9 | Font with the standard name Times-Roman, the alternative name is TimesNewRoman. |
PdfStandardFontZapfDingbats | 14 | Font with the standard name ZapfDingbats, no alternative name exists. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfStandardFont
See Also