NAME

GetCharABCWidthsFloatW  (GDI32.@)

SYNOPSIS

 BOOL GetCharABCWidthsFloatW
 (
  HDC        hdc,
  UINT       first,
  UINT       last,
  LPABCFLOAT abcf
 )

DESCRIPTION

Retrieves widths of a range of characters.

PARAMS

hdc [In] Handle to device context.
first [In] First character in range to query.
last [In] Last character in range to query.
abcf [Out] Array of LPABCFLOAT structures.

RETURNS

Success: TRUE

Failure: FALSE.

BUGS

Only works with TRUEType fonts. It also doesn't return real floats but converted integers because it's implemented on top of GetCharABCWidthsW.

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "font".


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