| Syntax |
|
| Documentation | Draws the given text at the specified position:
y, the y coordinate. text, the text to be drawn.
|
| Examples | |
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} $setDrawColor{white} $drawText {100}{100}{Hello World} Result: an image with a width of 200/200; within a black rectangle with the size 199/199; and a white text "Hello World" at the position x=100 y=100 appears |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 3 |
| Maximum parameters | 4 |