Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>textout</b> write a character string using current font http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TextOut              Write A Character String Using Current Font

BOOL TextOut(hDC, X, Y, lpString, nCount)
HDC hDC;
short X;
short Y;
LPSTR lpString;
short nCount;

Returns:    Non-zero if drawn otherwise zero.

Note:       Characters strings are a upper-left of the character cell.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson