printTextLine

open override fun printTextLine(left: String?, center: String?, right: String?, monospace: Boolean, bold: Boolean): Boolean

Prints one line of text. Text that does not fit on the line is truncated.

Parameters

left

Text that should be left-aligned.

center

Text that should be center-aligned.

right

Text that should be right-aligned.

monospace

True if the text should be printed with a monospace font. False if the text should be printed with a variable-width font.

bold

True if the text should be printed in bold-face.