GetCharWidthI (GDI32.@)
BOOL GetCharWidthI ( HDC hdc, UINT first, UINT count, LPWORD glyphs, LPINT buffer )
Retrieve widths of characters.
hdc | [In] | Handle to a device context. |
first | [In] | First glyph in range to query. |
count | [In] | Number of glyph indices to query. |
glyphs | [In] | Array of glyphs to query. |
buffer | [Out] | Buffer to receive character widths. |
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.