FFmpeg
|
Data Fields | |
hb_buffer_t * | buf |
hb_font_t * | font |
unsigned int | glyph_count |
hb_glyph_info_t * | glyph_info |
hb_glyph_position_t * | glyph_pos |
Definition at line 182 of file vf_drawtext.c.
hb_buffer_t* HarfbuzzData::buf |
Definition at line 183 of file vf_drawtext.c.
Referenced by hb_destroy(), and shape_text_hb().
hb_font_t* HarfbuzzData::font |
Definition at line 184 of file vf_drawtext.c.
Referenced by hb_destroy(), and shape_text_hb().
unsigned int HarfbuzzData::glyph_count |
Definition at line 185 of file vf_drawtext.c.
Referenced by draw_text(), measure_text(), and shape_text_hb().
hb_glyph_info_t* HarfbuzzData::glyph_info |
Definition at line 186 of file vf_drawtext.c.
Referenced by draw_text(), hb_destroy(), measure_text(), and shape_text_hb().
hb_glyph_position_t* HarfbuzzData::glyph_pos |
Definition at line 187 of file vf_drawtext.c.
Referenced by draw_text(), hb_destroy(), measure_text(), and shape_text_hb().