CDC::GetTextExtentExPointI
Visual Studio 2012
Retrieves the number of characters in a specified string that will fit within a specified space and fills an array with the text extent for each of those characters.
BOOL GetTextExtentExPointI( LPWORD pgiIn, int cgi, int nMaxExtent, LPINT lpnFit, LPINT alpDx, LPSIZE lpSize ) const;
This member function emulates the functionality of the function GetTextExtentExPointI, as described in the Windows SDK.