fixedWidthFont

abstract fun fixedWidthFont(): Font

Returns the fixed-width font of the browser.

Since

9.5.0

Throws

when the browser is closed


abstract fun fixedWidthFont(font: Font)

Sets the fixed-width font of the browser.

Since

9.5.0

Parameters

font

the new fixed-width font

Throws

when the browser is closed