table of contents
other versions
- wheezy 1.4.1-4
GetTextExtentPoint32W(3w) | Wine API | GetTextExtentPoint32W(3w) |
NAME¶
GetTextExtentPoint32W (GDI32.@)SYNOPSIS¶
BOOL GetTextExtentPoint32W(
HDC hdc,
LPCWSTR str,
INT count,
LPSIZE size
)
PARAMS¶
hdc [In] Handle of device context. str [In] Address of text string. count [In] Number of characters in string. size [Out] Address of structure for string size.DESCRIPTION¶
Computes width/height for a string. Computes width and height of the specified string.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/font.c". Debug channel "font".Oct 2012 | Wine API |