MGL_drawStrXY
Draws a text string at the specified position.
Declaration
void MGLAPI MGL_drawStrXY(
int x,
int y,
const char *str)
Prototype In
mgraph.h
Parameters
x |
x coordinate to begin rasterizing the string at |
y |
y coordinate to begin rasterizing the string at |
str |
String to display |
Description
Draws a string at the specified (x,y) position in the current drawing color, write mode, font, text direction and justification.
See Also
MGL_drawStrXY_W, MGL_drawStr, MGL_drawStr_W, MGL_textHeight, MGL_textWidth, MGL_useFont
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com