Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - exttextout() writes a character string into a rectangular region http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ExtTextOut()           Writes a character string into a rectangular region
--------------------------------------------------------------------------------

   Syntax:              ExtTextOut( <hDC>, <nRow>, <nCol>, <aRect>, <cText> )
                           --> <lSucess>

                        This function writes a character string within a
                        rectangular region, using the currently selected
                        font.

   Parameters:

   <hDC>                The handle of the device context.

   <nRow>, <nCol>       The coordinates where to paint inside the rect
                        specified in aRect.

   <aRect>              A 4 elements Clipper array, representing a rect:

                        nTop, nLeft, nBottom, nRight

   <cText>              The text to draw.

   Returns:

   <lSuccess>           A logical value indicating if the operation was
                        successful.

   Source code:         SOURCE\\WINAPI\\Text.c

   See also:            TextOut() DrawText()



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