f$BitmapDrawText
f$BitmapDrawText
Draw text in the active image. Arial Standard 9 is used as the character set or the last character set set with the command f$BitmapFont.
Syntax: | Status = f$BitmapDrawText (X,Y,Text,R,G,B) German status = f$BitmapText (X,Y,Text,R,G,B) | ||
| Argument | Type | Meaning |
| X | Integer | Position of the text on the x-axis |
| Y | Integer | Position of the text on the y-axis. Please note that y-coordinates run downwards along the axis. |
| Text | String | Text to be drawn |
| R | Integer | Red value of the text color from 0-255 |
| G | Integer | Green value of the text color from 0-255 |
| B | Integer | Blue value of the text color from 0-255 |
Result: | Integer | ||