iText 7 7.1.8 API
iText.IO.Font.FontConstants Class Reference

Font constants for FontProgramFactory and PdfFontFactory. More...

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...
 
const String  COURIER = "Courier"
  This is a possible value of a base 14 type 1 font More...
 
const String  COURIER_BOLD = "Courier-Bold"
  This is a possible value of a base 14 type 1 font More...
 
const String  COURIER_OBLIQUE = "Courier-Oblique"
  This is a possible value of a base 14 type 1 font More...
 
const String  COURIER_BOLDOBLIQUE = "Courier-BoldOblique"
  This is a possible value of a base 14 type 1 font More...
 
const String  HELVETICA = "Helvetica"
  This is a possible value of a base 14 type 1 font More...
 
const String  HELVETICA_BOLD = "Helvetica-Bold"
  This is a possible value of a base 14 type 1 font More...
 
const String  HELVETICA_OBLIQUE = "Helvetica-Oblique"
  This is a possible value of a base 14 type 1 font More...
 
const String  HELVETICA_BOLDOBLIQUE = "Helvetica-BoldOblique"
  This is a possible value of a base 14 type 1 font More...
 
const String  SYMBOL = "Symbol"
  This is a possible value of a base 14 type 1 font More...
 
const String  TIMES_ROMAN = "Times-Roman"
  This is a possible value of a base 14 type 1 font More...
 
const String  TIMES_BOLD = "Times-Bold"
  This is a possible value of a base 14 type 1 font More...
 
const String  TIMES_ITALIC = "Times-Italic"
  This is a possible value of a base 14 type 1 font More...
 
const String  TIMES_BOLDITALIC = "Times-BoldItalic"
  This is a possible value of a base 14 type 1 font More...
 
const String  ZAPFDINGBATS = "ZapfDingbats"
  This is a possible value of a base 14 type 1 font More...
 

Detailed Description

Font constants for FontProgramFactory and PdfFontFactory.

Member Data Documentation

◆ BOLD

const int iText.IO.Font.FontConstants.BOLD = 1
static

Bold font style.

◆ BOLDITALIC

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

Bold-Italic font style.

◆ COURIER

const String iText.IO.Font.FontConstants.COURIER = "Courier"
static

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

◆ COURIER_BOLD

const String iText.IO.Font.FontConstants.COURIER_BOLD = "Courier-Bold"
static

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

◆ COURIER_BOLDOBLIQUE

const String iText.IO.Font.FontConstants.COURIER_BOLDOBLIQUE = "Courier-BoldOblique"
static

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

◆ COURIER_OBLIQUE

const String iText.IO.Font.FontConstants.COURIER_OBLIQUE = "Courier-Oblique"
static

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

◆ HELVETICA

const String iText.IO.Font.FontConstants.HELVETICA = "Helvetica"
static

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

◆ HELVETICA_BOLD

const String iText.IO.Font.FontConstants.HELVETICA_BOLD = "Helvetica-Bold"
static

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

◆ HELVETICA_BOLDOBLIQUE

const String iText.IO.Font.FontConstants.HELVETICA_BOLDOBLIQUE = "Helvetica-BoldOblique"
static

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

◆ HELVETICA_OBLIQUE

const String iText.IO.Font.FontConstants.HELVETICA_OBLIQUE = "Helvetica-Oblique"
static

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

◆ ITALIC

const int iText.IO.Font.FontConstants.ITALIC = 2
static

Italic font style.

◆ NORMAL

const int iText.IO.Font.FontConstants.NORMAL = 0
static

Normal font style.

◆ SYMBOL

const String iText.IO.Font.FontConstants.SYMBOL = "Symbol"
static

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

◆ TIMES_BOLD

const String iText.IO.Font.FontConstants.TIMES_BOLD = "Times-Bold"
static

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

◆ TIMES_BOLDITALIC

const String iText.IO.Font.FontConstants.TIMES_BOLDITALIC = "Times-BoldItalic"
static

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

◆ TIMES_ITALIC

const String iText.IO.Font.FontConstants.TIMES_ITALIC = "Times-Italic"
static

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

◆ TIMES_ROMAN

const String iText.IO.Font.FontConstants.TIMES_ROMAN = "Times-Roman"
static

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

◆ UNDEFINED

const int iText.IO.Font.FontConstants.UNDEFINED = -1
static

Undefined font style.

◆ ZAPFDINGBATS

const String iText.IO.Font.FontConstants.ZAPFDINGBATS = "ZapfDingbats"
static

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