GetCharABCWidthsW (GDI32.@)
BOOL GetCharABCWidthsW ( HDC hdc, UINT firstChar, UINT lastChar, LPABC abc )
Retrieves widths of characters in range.
hdc | [In] | Handle of device context. |
firstChar | [In] | First character in range to query. |
lastChar | [In] | Last character in range to query. |
abc | [Out] | Address of character-width structure. |
Only works with TRUEType fonts.
Success: TRUE
Failure: FALSE
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.