formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Draws text to the current port using the font currently selected into the port. The text does not need to be NULL terminated. The character set of the text is determined by the current language.
Plugin Prototype
void fzrt_draw_text(
const void * | textBuf, |
short | firstByte, |
short | byteCnt ) |
Parameters
textBuf [Input]
buffer containing text to draw
firstByte [Input]
index into buffer pointing to the first character of string
byteCnt [Input]
length of string in bytes to read from buffer
Availability
5.0.0.0
Function Set
Defined in