NAME

GetTextExtentExPointI  (GDI32.@)

SYNOPSIS

 BOOL GetTextExtentExPointI
 (
  HDC         hdc,
  const WORD* indices,
  INT         count,
  INT         max_ext,
  LPINT       nfit,
  LPINT       dxs,
  LPSIZE      size
 )

DESCRIPTION

Computes width and height of the array of glyph indices.

PARAMS

hdc [In] Handle of device context.
indices [In] Glyph index array.
count [In] Number of glyphs in array.
max_ext [In] Maximum width in glyphs.
nfit [Out] Maximum number of characters.
dxs [Out] Partial string widths.
size [Out] Returned string size.

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.