Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>textout()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TextOut()
Output a character string at a specified position
------------------------------------------------------------------------------

Syntax
TextOut( <hDC>, <nX>, <nY>, <cStr> )   -->   nil

Arguments
<hDC> specifies the device context for a printer or a window.

<nX>, <nY> specify the starting position to output the string
in pixels.

<cStr> is the string to be output.

Returns
NIL.

Description
This function can be used instead of QOUT(), QQOUT() etc. to
output a character string to a window (or printer), using any font
supported by the device.

Example
TextOut( hPrintDC, 100, 100, "JustTesting" )


See Also: GetDC() GetPrintDC() ReleaseDC() StartDoc()

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