Inesoft PrintCE SDK EVC++
PDC_ExtTextOut

Draws a character string by using the currently selected font. An optional rectangle may be provided, to be used for clipping, opaquing, or both.

BOOL PDC_ExtTextOut(
    HDC hdc,
    int X,
    int Y,
    UINT fuOptions,
    const RECT *lprc,
    LPCTSTR lpString,
    UINT cbCount,
    const int *lpDx
);

Note: See eVC documentation on ExtTextOut function for full details.


© 2009 Inesoft. All rights reserved.