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: FALSE
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/font.c".
- Debug channel "font".