Location:
TAGMA.H
class TTmLineInfo;
A structure for returning information about a line. One of these is returned by all hit-detection functions. Typically, after
finding the position in the document that corresponds to given x-y coordinates, you will want some more information like the
line's bounding rectangle. When you call, for example, CTmTextLayout::FindXyPos
you will receive a TTmLineInfo object that will tell you this, and much more.
Defined in TTmLineInfo
:
ELineEndsInForcedLineBreak
, EParEnd
, EParRightToLeft
, EParStart
, TTmLineInfo()
, anonymous
, iBaseline
, iEnd
, iFlags
, iInnerRect
, iLineInPar
, iLineNumber
, iOuterRect
, iParNumber
, iParTop
, iStart
TUint iFlags;
Start of paragraph, end of paragraph, etc.