Contents, API Reference, Interfaces, iTestBed, printText8by16
iTestBed::printText8by16()
Description
(Depreciated.)
Prints a horizontal line of text.
Syntax
void printText8by16(tSigned32 x, tSigned32 y, const char* text);
|
Parameters
| x | |
x coordinate to place the text.
|
| y | |
y coordinate to place the text.
|
| text | |
A C string containing the text to be printed.
This may safely be deleted after the method returns.
|
Remarks
The x and y coordinates passed in place the bottom left of the first character printed.
These coordinates are relative to an origin at the bottom left of the testbed window.
The text is printed with a fixed width font (width = 8 pixels, height = 16 pixels),
and with the current colour against a black background.
See Also
iTestBed::setColour(),
iTestBed::setColourRGB(),
iTestBed::printTextLine()