Table of Contents

Class StandardFonts

Namespace
iText.IO.Font.Constants
Assembly
itext.io.dll
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

string

COURIER_BOLD

This is a possible value of a base 14 type 1 font

public const string COURIER_BOLD = "Courier-Bold"

Field Value

string

COURIER_BOLDOBLIQUE

This is a possible value of a base 14 type 1 font

public const string COURIER_BOLDOBLIQUE = "Courier-BoldOblique"

Field Value

string

COURIER_OBLIQUE

This is a possible value of a base 14 type 1 font

public const string COURIER_OBLIQUE = "Courier-Oblique"

Field Value

string

HELVETICA

This is a possible value of a base 14 type 1 font

public const string HELVETICA = "Helvetica"

Field Value

string

HELVETICA_BOLD

This is a possible value of a base 14 type 1 font

public const string HELVETICA_BOLD = "Helvetica-Bold"

Field Value

string

HELVETICA_BOLDOBLIQUE

This is a possible value of a base 14 type 1 font

public const string HELVETICA_BOLDOBLIQUE = "Helvetica-BoldOblique"

Field Value

string

HELVETICA_OBLIQUE

This is a possible value of a base 14 type 1 font

public const string HELVETICA_OBLIQUE = "Helvetica-Oblique"

Field Value

string

SYMBOL

This is a possible value of a base 14 type 1 font

public const string SYMBOL = "Symbol"

Field Value

string

TIMES_BOLD

This is a possible value of a base 14 type 1 font

public const string TIMES_BOLD = "Times-Bold"

Field Value

string

TIMES_BOLDITALIC

This is a possible value of a base 14 type 1 font

public const string TIMES_BOLDITALIC = "Times-BoldItalic"

Field Value

string

TIMES_ITALIC

This is a possible value of a base 14 type 1 font

public const string TIMES_ITALIC = "Times-Italic"

Field Value

string

TIMES_ROMAN

This is a possible value of a base 14 type 1 font

public const string TIMES_ROMAN = "Times-Roman"

Field Value

string

ZAPFDINGBATS

This is a possible value of a base 14 type 1 font

public const string ZAPFDINGBATS = "ZapfDingbats"

Field Value

string

Methods

IsStandardFont(string)

public static bool IsStandardFont(string fontName)

Parameters

fontName string

Returns

bool