TextTempl.breakTextIntoMultipleLines

Breaks this text object into multiple lines

class TextTempl(BitmapType = Bitmap8Bit)
public
TextTempl!(BitmapType)[]
breakTextIntoMultipleLines
(
int width
)

Parameters

width int

The width of the text.

Return Value

Type: TextTempl!(BitmapType)[]

An array of text objects, with each new element representing a new line. Each text objects might still have more subelements for formatting reasons.

Meta