GetCharABCWidthsFloatW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "font".