#include <textbase.h>
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()
The bounding box of all the glyphs that would be drawn.
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.
The number of glyphs that would be drawn.
The number of groups that would be drawn.
A group is a base glyph plus one or more combining characters.
The maximum width and height of any glyph.
The number of word spaces (U+0020) that would be drawn.