Visual Studio 2010 - Visual C++
CDC::GetCharABCWidthsI
Retrieves the widths, in logical units, of consecutive glyph indices in a specified range from the current TrueType font.
BOOL GetCharABCWidthsI( UINT giFirst, UINT cgi, LPWORD pgi, LPABC lpabc ) const;
Parameters
Return Value
Nonzero if the function is successful; otherwise 0.
Remarks
This member function emulates the functionality of the function GetCharABCWidthsI, as described in the Windows SDK.
Requirements
Header: afxwin.h
See Also