NAME

GetTextExtentPointI  (GDI32.@)

SYNOPSIS

 BOOL GetTextExtentPointI
 (
  HDC         hdc,
  const WORD* indices,
  INT         count,
  LPSIZE      size
 )

PARAMS

hdc [In] Handle of device context.
indices [In] Address of glyph index array.
count [In] Number of glyphs in array.
size [Out] Address of structure for string size.

DESCRIPTION

Computes width and height of the array of glyph indices.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi/font.c". source.winehq.org/source/dlls/gdi/font.c

Debug channel "font".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.