formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_draw_text

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

fz_fzrt_graf_fset


Defined in

fzrt_api.h