Table of Contents

Class FontStyles

Namespace
iText.IO.Font.Constants
Assembly
itext.io.dll
public sealed class FontStyles
Inheritance
FontStyles
Inherited Members

Fields

BOLD

Bold font style.

public const int BOLD = 1

Field Value

int

BOLDITALIC

Bold-Italic font style.

public const int BOLDITALIC = 3

Field Value

int

ITALIC

Italic font style.

public const int ITALIC = 2

Field Value

int

NORMAL

Normal font style.

public const int NORMAL = 0

Field Value

int

UNDEFINED

Undefined font style.

public const int UNDEFINED = -1

Field Value

int