GetCharABCWidthsFloatW(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/font.c".
- Debug channel "font".