#include <gdi.h>
| class CFont::TMeasureTextOutput |
| Public Attributes | |
|---|---|
| TRect | iBounds |
| TInt | iChars |
| TInt | iGlyphs |
| TInt | iGroups |
| TSize | iMaxGlyphSize |
| TInt | iSpaces |
Output parameter block.
This is optionally used by CFont::MeasureText(), which is the powerful text measurement function underlying all the other text measurement functions.
See also: CFont::MeasureText()
| TInt | iChars |
The number of input characters that would be drawn.
This may be less than the length of the text if a maximum advance or bounding box size is specified.
| TInt | iGroups |
The number of groups that would be drawn.
A group is a base glyph plus one or more combining characters.