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
 
int BOLD = 1
 
int ITALIC = 2
 
int UNDERLINE = 4
 
int STRIKEOUT = 8
 

Detailed Description

Specifies style information applied to text.

Member Data Documentation

◆ BOLD

int BOLD = 1
static

◆ ITALIC

int ITALIC = 2
static

◆ REGULAR

int REGULAR = 0
static

◆ STRIKEOUT

int STRIKEOUT = 8
static

◆ UNDERLINE

int UNDERLINE = 4
static