| VLC
    3.0.18
    | 
Text segment for subtitles. More...

| Data Fields | |
| char * | psz_text | 
| text string of the segment  More... | |
| text_style_t * | style | 
| style applied to this segment  More... | |
| text_segment_t * | p_next | 
| next segment  More... | |
Text segment for subtitles.
This structure is used to store a formatted text, with mixed styles Every segment is comprised of one text and a unique style
On style change, a new segment is created with the next part of text and the new style, and chained to the list
Create with text_segment_New and clean the chain with text_segment_ChainDelete
| text_segment_t* text_segment_t::p_next | 
next segment
Referenced by text_segment_ChainDelete(), text_segment_Copy(), vout_OSDEpgEvent(), and vout_OSDSegmentSetNoWrap().
| char* text_segment_t::psz_text | 
text string of the segment
Referenced by text_segment_Copy(), text_segment_Delete(), and text_segment_New().
| text_style_t* text_segment_t::style | 
style applied to this segment
Referenced by text_segment_Copy(), text_segment_Delete(), text_segment_NewInheritStyle(), vout_OSDSegment(), and vout_OSDSegmentSetNoWrap().
 1.8.16
 1.8.16