FontStyle
This page covers the description of the FontStyle enumeration
FontStyle
enumeration contains identifiers determining the font style.
const FontStyle = {
NORMAL: 0,
BOLD: 1,
ITALIC: 2,
BOLD_ITALIC: 3,
}
Constant
Description
NORMAL
normal
BOLD
bold
ITALIC
italic
BOLD_ITALIC
bold italic
Last updated
Was this helpful?