iText 7 7.1.8 API
iText.IO.Font.Constants.FontStyles Class Reference

Static Public Attributes

const int  UNDEFINED = -1
  Undefined font style. More...
 
const int  NORMAL = 0
  Normal font style. More...
 
const int  BOLD = 1
  Bold font style. More...
 
const int  ITALIC = 2
  Italic font style. More...
 
const int  BOLDITALIC = BOLD | ITALIC
  Bold-Italic font style. More...
 

Member Data Documentation

◆ BOLD

const int iText.IO.Font.Constants.FontStyles.BOLD = 1
static

Bold font style.

◆ BOLDITALIC

const int iText.IO.Font.Constants.FontStyles.BOLDITALIC = BOLD | ITALIC
static

Bold-Italic font style.

◆ ITALIC

const int iText.IO.Font.Constants.FontStyles.ITALIC = 2
static

Italic font style.

◆ NORMAL

const int iText.IO.Font.Constants.FontStyles.NORMAL = 0
static

Normal font style.

◆ UNDEFINED

const int iText.IO.Font.Constants.FontStyles.UNDEFINED = -1
static

Undefined font style.