TextSpecific.setFont

Specifies the font to use for the text item. The format of the string to pass when specifing a font is as follows.

"Times New Roman" [[12] bold italic overstrike underline]

mixintemplate TextSpecific()
setFont
(
this T
)
(
string font
)

Parameters

font string

The font.

Return Value

Type: auto

This item to aid method chaining.

Meta