setFontFull
Sets the current markup font using font name, font size, font style bold, font style italic. Use instead of setting each font property separately.
Syntax
RxCore.setFontFull(fontobject)
Parameters
fontobject: object — Object with the following properties:font: string — Font name.size: number — Height in points.style.bold: boolean —truefor bold,falseotherwise.style.italic: boolean —truefor italic,falseotherwise.
Returns
- NA — This method does not return a value.