Sack Library Documentation
|
Parameters |
Description |
Image pImage |
image to draw string into |
S_32 x |
x position of the string |
S_32 y |
y position of the string |
CDATA color |
color of the data drawn in the font |
CDATA background |
color of the data not drawn in the font |
CTEXTSTR pc |
pointer to constant text |
size_t nLen |
length of text to output |
Font font |
the font to use. NULL use an internal default font. |
Outputs a string in the specified font, from the specified point, text is drawn from the point down, with the characters aligned with the top to the right; it goes down from the point. the point becomes the top right of the rectangle output.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|