FFmpeg
|
Information about a single line of text. More...
Data Fields | |
int | offset_left64 |
offset between the origin and the leftmost pixel of the first glyph More... | |
int | offset_right64 |
maximum offset between the origin and the rightmost pixel of the last glyph More... | |
int | width64 |
width of the line More... | |
HarfbuzzData | hb_data |
libharfbuzz data of this text line More... | |
GlyphInfo * | glyphs |
array of glyphs in this text line More... | |
int | cluster_offset |
the offset at which this line begins More... | |
Information about a single line of text.
Definition at line 199 of file vf_drawtext.c.
int TextLine::offset_left64 |
offset between the origin and the leftmost pixel of the first glyph
Definition at line 200 of file vf_drawtext.c.
Referenced by measure_text().
int TextLine::offset_right64 |
maximum offset between the origin and the rightmost pixel of the last glyph
Definition at line 202 of file vf_drawtext.c.
Referenced by measure_text().
int TextLine::width64 |
HarfbuzzData TextLine::hb_data |
libharfbuzz data of this text line
Definition at line 205 of file vf_drawtext.c.
Referenced by measure_text().
GlyphInfo* TextLine::glyphs |
array of glyphs in this text line
Definition at line 206 of file vf_drawtext.c.
int TextLine::cluster_offset |
the offset at which this line begins
Definition at line 207 of file vf_drawtext.c.
Referenced by measure_text().