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

fzrt_draw_string

Description

Draws a string of text to the current port using the font currently selected into the port. The character set of the string is determined by the current language.

Plugin Prototype

fzrt_error_td fzrt_draw_string(

char *

s )

Parameters

s [Input]

string to draw. C string

Returns

FZRT_NOERR if successful, error code otherwise

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h