Package ilcd
Class Draw

Public Method writeText

static void writeText(String textString)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
textString Unicode symbols encoded in UTF8 text to be output

Writes a textString to the current cursor position. Note that Strings are encoded with UTF8 internally.

Note

Example

Draw.writeText("∀x: Hello x!");

Writes specified text including Unicode symbols to the screen at the current cursor position and with the currently selected unicode font and attributes.

See also:

Draw.writeASCIIText(String)
Draw.writeTextMessage(int)
Control.setCursorPosition(int, int)
Attribute.setFont(int)
Control.getTextExtent(String)
ANSI Support
Attribute