BOOL GetCharWidth32(<br> HDC hdc, // handle of device context <br> UINT iFirstChar, // first character in range to query <br> UINT iLastChar, // last character in range to query <br> LPINT lpBuffer // address of buffer for widths <br>