#include <gdi.h>
class CFont::TMeasureTextInput |
Public Member Enumerations | |
---|---|
enum | TFlags { EFVisualOrder, EFVisualOrderRightToLeft, EFIncludePenPositionInBoundsCheck } |
Public Member Functions | |
---|---|
TMeasureTextInput() |
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()
TInt | iEndInputChar |
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.
TInt | iStartInputChar |
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.