Class StandardFonts
public sealed class StandardFonts
- Inheritance
-
StandardFonts
- Inherited Members
Fields
COURIER
This is a possible value of a base 14 type 1 font
public const string COURIER = "Courier"
Field Value
COURIER_BOLD
This is a possible value of a base 14 type 1 font
public const string COURIER_BOLD = "Courier-Bold"
Field Value
COURIER_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font
public const string COURIER_BOLDOBLIQUE = "Courier-BoldOblique"
Field Value
COURIER_OBLIQUE
This is a possible value of a base 14 type 1 font
public const string COURIER_OBLIQUE = "Courier-Oblique"
Field Value
HELVETICA
This is a possible value of a base 14 type 1 font
public const string HELVETICA = "Helvetica"
Field Value
HELVETICA_BOLD
This is a possible value of a base 14 type 1 font
public const string HELVETICA_BOLD = "Helvetica-Bold"
Field Value
HELVETICA_BOLDOBLIQUE
This is a possible value of a base 14 type 1 font
public const string HELVETICA_BOLDOBLIQUE = "Helvetica-BoldOblique"
Field Value
HELVETICA_OBLIQUE
This is a possible value of a base 14 type 1 font
public const string HELVETICA_OBLIQUE = "Helvetica-Oblique"
Field Value
SYMBOL
This is a possible value of a base 14 type 1 font
public const string SYMBOL = "Symbol"
Field Value
TIMES_BOLD
This is a possible value of a base 14 type 1 font
public const string TIMES_BOLD = "Times-Bold"
Field Value
TIMES_BOLDITALIC
This is a possible value of a base 14 type 1 font
public const string TIMES_BOLDITALIC = "Times-BoldItalic"
Field Value
TIMES_ITALIC
This is a possible value of a base 14 type 1 font
public const string TIMES_ITALIC = "Times-Italic"
Field Value
TIMES_ROMAN
This is a possible value of a base 14 type 1 font
public const string TIMES_ROMAN = "Times-Roman"
Field Value
ZAPFDINGBATS
This is a possible value of a base 14 type 1 font
public const string ZAPFDINGBATS = "ZapfDingbats"
Field Value
Methods
IsStandardFont(string)
public static bool IsStandardFont(string fontName)
Parameters
fontName
string