Sack Library Documentation
|
__cdecl IMAGE_PROC _32 GetStringRenderSizeFontEx(CTEXTSTR pString, size_t nLen, _32 * width, _32 * height, _32 * charheight, Font UseFont); _32 (* GetStringRenderSizeFontEx)(CTEXTSTR pString, size_t nLen, _32 *width, _32 *height, _32 *charheight, Font UseFont);
Parameters |
Description |
CTEXTSTR pString |
the string to measure |
size_t nLen |
the number of characters in the string |
_32 * width |
a pointer to a 32 bit value to get resulting width |
_32 * height |
a pointer to a 32 bit value to get resulting height |
_32 * charheight |
the actual height of the characters (as reports by line) |
Font UseFont |
a Font to use. If NULL use a default internal font. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|