NAME

GetCharABCWidthsW  (GDI32.@)

SYNOPSIS

 BOOL GetCharABCWidthsW
 (
  HDC   hdc,
  UINT  firstChar,
  UINT  lastChar,
  LPABC abc
 )

DESCRIPTION

Retrieves widths of characters in range.

PARAMS

hdc [In] Handle of device context.
firstChar [In] First character in range to query.
lastChar [In] Last character in range to query.
abc [Out] Address of character-width structure.

NOTES

Only works with TRUEType fonts.

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 © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.