setLineNumbersFontName

open fun setLineNumbersFontName(fontName: String? = null)

Sets the font for printing line numbers on the left margin.

If null is supplied, the default font (i.e. the one being used for the text) will be used instead.

Parameters

fontName

the name of the font for line numbers, or null.