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
Copyright © demmel products gmbh. All rights reserved.