table of contents
other versions
- wheezy 1.4.1-4
GetCharABCWidthsFloatW(3w) | Wine API | 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: FALSEIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/font.c". Debug channel "font".Oct 2012 | Wine API |