table of contents
other versions
- wheezy 1.4.1-4
GetTextExtentPointI(3w) | Wine API | GetTextExtentPointI(3w) |
NAME¶
GetTextExtentPointI (GDI32.@)SYNOPSIS¶
BOOL GetTextExtentPointI(
HDC hdc,
const WORD* indices,
INT count,
LPSIZE size
)
DESCRIPTION¶
Computes width and height of the array of glyph indices.PARAMS¶
hdc [In] Handle of device context. indices [In] Glyph index array. count [In] Number of glyphs in array. size [Out] Returned string size.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "wingdi.h". Implemented in "dlls/gdi32/font.c". Debug channel "font".Oct 2012 | Wine API |