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

Public Attributes

const REGULAR = 0
 
const BOLD = 1
 
const ITALIC = 2
 
const UNDERLINE = 4
 
const STRIKEOUT = 8
 

Detailed Description

Specifies style information applied to text.

Member Data Documentation

◆ BOLD

const FontStyle::BOLD = 1

Bold text

◆ ITALIC

const FontStyle::ITALIC = 2

Italic text

◆ REGULAR

const FontStyle::REGULAR = 0

Normal text

◆ STRIKEOUT

const FontStyle::STRIKEOUT = 8

Text with a line through the middle

◆ UNDERLINE

const FontStyle::UNDERLINE = 4

Underlined text