home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource1
/
font_cmp
/
$font.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-10-25
|
280 b
|
13 lines
void text(int x, int y, char * str);
// Parameters:
//
// X: X coordinate of upper-left corner of beginning of text
// Y: Y coordinate of upper-left corner of beginning of text
// STR: Character string to print
// Example:
//
// text(130, 95, "This is a test.");
//