NAME

GetCharWidthI  (GDI32.@)

SYNOPSIS

 BOOL GetCharWidthI
 (
  HDC    hdc,
  UINT   first,
  UINT   count,
  LPWORD glyphs,
  LPINT  buffer
 )

DESCRIPTION

Retrieve widths of characters.

PARAMS

hdc [In] Handle to a device context.
first [In] First glyph in range to query.
count [In] Number of glyph indices to query.
glyphs [In] Array of glyphs to query.
buffer [Out] Buffer to receive character widths.

NOTES

Only works with TRUEType fonts.

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.