| ![[Previous]](image-lib/prev.gif) | ![[Contents]](image-lib/contents.gif) | ![[Index]](image-lib/keyword_index.gif) | ![[Next]](image-lib/next.gif) | 
Information about a line of text in a PtMultiText
typedef struct Pt_emt_text_line
{
    unsigned int            first_char;
    unsigned int            byte_offset;
    ushort_t                num_chars;
    PhRect_t                extent;
    PtMultiTextSegment_t    *segment;
    struct Pt_emt_text_line *prev;
    struct Pt_emt_text_line *next;
} PtMultiTextLine_t;
The PtMultiTextLine_t structure describes a line of text as displayed in a PtMultiText widget.
The members include:
Photon
PtMultiText, PtMultiTextInfo(), PtMultiTextSegment_t
| ![[Previous]](image-lib/prev.gif) | ![[Contents]](image-lib/contents.gif) | ![[Index]](image-lib/keyword_index.gif) | ![[Next]](image-lib/next.gif) |