GetCharWidthI(3w)
NAME
GetCharWidthI (GDI32.@)
SYNOPSIS
BOOL GetCharWidthI ( HDC hdc, UINT first, UINT count, LPWORD glyphs, LPINT buffer )
DESCRIPTION
Retrieve widths of characters.
PARAMS
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.
NOTES
Only works with TRUEType fonts.
RETURNS
Success: TRUE
Failure: FALSE
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".