| FFmpeg
    | 
A glyph as loaded and rendered using libfreetype. More...
| Data Fields | |
| FT_Glyph | glyph | 
| FT_Glyph | border_glyph | 
| uint32_t | code | 
| unsigned int | fontsize | 
| FT_BitmapGlyph | bglyph [16] | 
| Glyph bitmaps with 1/4 pixel precision in both directions.  More... | |
| FT_BitmapGlyph | border_bglyph [16] | 
| Outlined glyph bitmaps with 1/4 pixel precision in both directions.  More... | |
| FT_BBox | bbox | 
A glyph as loaded and rendered using libfreetype.
Definition at line 217 of file vf_drawtext.c.
| FT_Glyph Glyph::glyph | 
Definition at line 218 of file vf_drawtext.c.
| FT_Glyph Glyph::border_glyph | 
Definition at line 219 of file vf_drawtext.c.
| uint32_t Glyph::code | 
Definition at line 220 of file vf_drawtext.c.
| unsigned int Glyph::fontsize | 
Definition at line 221 of file vf_drawtext.c.
| FT_BitmapGlyph Glyph::bglyph[16] | 
Glyph bitmaps with 1/4 pixel precision in both directions.
Definition at line 223 of file vf_drawtext.c.
Referenced by draw_glyphs().
| FT_BitmapGlyph Glyph::border_bglyph[16] | 
Outlined glyph bitmaps with 1/4 pixel precision in both directions.
Definition at line 225 of file vf_drawtext.c.
Referenced by draw_glyphs().
| FT_BBox Glyph::bbox | 
Definition at line 226 of file vf_drawtext.c.
Referenced by measure_text().
 1.8.17
 1.8.17