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 "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.