DC_PrinterText
This function draws formatted text, single line and unformatted print LONG DC_PrintText( LPCTSTR str, double pos_x, double pos_y ); Parameters str NULL terminal string will be printed. pos_x Coordinate system of x start position. pos_y Coordinate system of y start position. Return Values SPRT_SUCCEED indicates success, SPRT_FAILED indicates failure See Also DC_SetFont, DC_PrintTextBlock © 2008 SPRT . All rights reserved.
This function draws formatted text, single line and unformatted print
LONG DC_PrintText( LPCTSTR str, double pos_x, double pos_y );
Parameters
str
NULL terminal string will be printed.
pos_x
Coordinate system of x start position.
pos_y
Coordinate system of y start position.
Return Values
SPRT_SUCCEED indicates success, SPRT_FAILED indicates failure
See Also
DC_SetFont, DC_PrintTextBlock
© 2008 SPRT . All rights reserved.