Aspose.Barcode for Python via Java Generation and Recognition API docs
FontStyle Class Reference

Specifies style information applied to text. More...

Inherits Enum.

Static Public Attributes

int REGULAR = 0
 Normal text. More...
 
int BOLD = 1
 Bold text. More...
 
int ITALIC = 2
 Italic text. More...
 
int UNDERLINE = 4
 Underlined text. More...
 
int STRIKEOUT = 8
 Text with a line through the middle. More...
 

Detailed Description

Specifies style information applied to text.

Member Data Documentation

◆ BOLD

int BOLD = 1
static

Bold text.

◆ ITALIC

int ITALIC = 2
static

Italic text.

◆ REGULAR

int REGULAR = 0
static

Normal text.

◆ STRIKEOUT

int STRIKEOUT = 8
static

Text with a line through the middle.

◆ UNDERLINE

int UNDERLINE = 4
static

Underlined text.