GetTextExtentPoint32W (GDI32.@)
BOOL GetTextExtentPoint32W ( HDC hdc, LPCWSTR str, INT count, LPSIZE size )
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. |
Computes width/height for a string.
Computes width and height of the specified string.
Success: TRUE
Failure: FALSE
Defined in "wingdi.h".
Implemented in "dlls/gdi32/font.c". source.winehq.org/source/dlls/gdi32/font.c
Debug channel "font".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.