#include <textbase.h>
Input 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 amount of space to be used for letter spacing.
The number of glyph groups to be letter-spaced.
The direction in which to draw the text.
Index specifying the final input character.
Together with iStartInputChar, this allows some context before and after the measured text to be supplied so that shaping can work properly.
Flags from TFlags.
The maximum advance.
The maximum width (or height if drawing vertically) of bounds.
Starting index specifying first input character in iText.
Together with iEndInputChar, this allows some context before and after the measured text to be supplied so that shaping can work properly.
The amount of space to be used for word spacing.
The number of spaces to be used for word spacing.
Flags for TMeasureTextInput::iFlags.
Input text is visually ordered left-to-right.
Input text is visually ordered right-to-left. Overrides EFVisualOrder.
Flag to consider side bearings when checking bounds for line-break