FontStyle
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 |