GetTextExtentPointI (GDI32.@)
BOOL GetTextExtentPointI ( HDC hdc, const WORD* indices, INT count, LPSIZE size )
hdc | [In] | Handle of device context. |
indices | [In] | Address of glyph index array. |
count | [In] | Number of glyphs in array. |
size | [Out] | Address of structure for string size. |
Computes width and height of the array of glyph indices.
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.