FFmpeg
Data Fields
HarfbuzzData Struct Reference

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
 

Detailed Description

Definition at line 182 of file vf_drawtext.c.

Field Documentation

◆ buf

hb_buffer_t* HarfbuzzData::buf

Definition at line 183 of file vf_drawtext.c.

Referenced by hb_destroy(), and shape_text_hb().

◆ font

hb_font_t* HarfbuzzData::font

Definition at line 184 of file vf_drawtext.c.

Referenced by hb_destroy(), and shape_text_hb().

◆ glyph_count

unsigned int HarfbuzzData::glyph_count

Definition at line 185 of file vf_drawtext.c.

Referenced by draw_text(), measure_text(), and shape_text_hb().

◆ glyph_info

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().

◆ glyph_pos

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().


The documentation for this struct was generated from the following file: