FFmpeg
|
Information about a single glyph in a text line. More...
Data Fields | |
uint32_t | code |
the glyph code point More... | |
int | x |
the x position of the glyph More... | |
int | y |
the y position of the glyph More... | |
int | shift_x64 |
the horizontal shift of the glyph in 26.6 units More... | |
int | shift_y64 |
the vertical shift of the glyph in 26.6 units More... | |
Information about a single glyph in a text line.
Definition at line 190 of file vf_drawtext.c.
uint32_t GlyphInfo::code |
int GlyphInfo::x |
the x position of the glyph
Definition at line 192 of file vf_drawtext.c.
Referenced by draw_text().
int GlyphInfo::y |
the y position of the glyph
Definition at line 193 of file vf_drawtext.c.
Referenced by draw_text().
int GlyphInfo::shift_x64 |
the horizontal shift of the glyph in 26.6 units
Definition at line 194 of file vf_drawtext.c.
Referenced by draw_text().
int GlyphInfo::shift_y64 |
the vertical shift of the glyph in 26.6 units
Definition at line 195 of file vf_drawtext.c.
Referenced by draw_text().