martin2k Command - text2
Syntax
text2 <x>,<y>,<colour>,<font name>,<font size>,<bold>,<italic>,<underline>,<strikethrough>,<characters per line>,<text>
Description
Displayed text on the screen at the specified coordinates. The font name, size, bold,
italic, underline, strikethrough attributes can be activated by setting the argument to '1'.
To wrap the text, set the characters per line argument.
Built-in Colours:
| |
black |
|
silver |
| |
maroon |
|
red |
| |
green |
|
lime |
| |
olive |
|
yellow |
| |
navy |
|
blue |
| |
purple |
|
fuchsia/magenta |
| |
teal |
|
aqua/cyan |
| |
grey/gray |
|
white |
As well as using the colour names, you can use the number code e.g. 255 for
red (from 0 black to 16777215 - white. HTML colours are also supported
e.g.: #FF0000 for red.
E.g.:
| text2 0,64,lime,Comic Sans MS,36,1,1,,,35,Commands are entered at the
prompt (the flashing underscore (_) character). |
Screenshot

See Also
batch; block; box; circle;
crazy; line; picture;
pixel; text; write