Skip to main content

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: booleantrue for bold, false otherwise.
    • style.italic: booleantrue for italic, false otherwise.

Returns

  • NA — This method does not return a value.