GetCharABCWidthsFloatW (GDI32.@)
BOOL GetCharABCWidthsFloatW ( HDC hdc, UINT first, UINT last, LPABCFLOAT abcf )
Retrieves widths of a range of characters.
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. |
Success: TRUE
Failure: FALSE.
Only works with TRUEType fonts. It also doesn't return real floats but converted integers because it's implemented on top of GetCharABCWidthsW.
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 Jan 2008.