GetTextExtentPoint32W.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "font".