Inesoft PrintCE SDK EVC++
prnDrawText

The function draws a text.

void prnDrawText(
    LPCTSTR
lpString,
    double
x,
    double
y
);

Parameters

lpszString

Pointer to the string to draw. If nCount is –1, the string must be null-terminated.

x,y

x - coordinate on X-line. y - coordinate on Y-line

Remarks

Coordinates are set in the current measurement units. (please refer to prnSetMeasureUnit), text colour is determined by previous setting prnSetTextColor.

See Also

prnDrawText2

 


© 2009 Inesoft. All rights reserved.