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 211 of file vf_drawtext.c.
FT_Glyph Glyph::glyph |
Definition at line 212 of file vf_drawtext.c.
Referenced by glyph_enu_free().
FT_Glyph Glyph::border_glyph |
Definition at line 213 of file vf_drawtext.c.
Referenced by glyph_enu_border_free(), and glyph_enu_free().
uint32_t Glyph::code |
Definition at line 214 of file vf_drawtext.c.
unsigned int Glyph::fontsize |
Definition at line 215 of file vf_drawtext.c.
FT_BitmapGlyph Glyph::bglyph[16] |
Glyph bitmaps with 1/4 pixel precision in both directions.
Definition at line 217 of file vf_drawtext.c.
Referenced by draw_glyphs(), and glyph_enu_free().
FT_BitmapGlyph Glyph::border_bglyph[16] |
Outlined glyph bitmaps with 1/4 pixel precision in both directions.
Definition at line 219 of file vf_drawtext.c.
Referenced by draw_glyphs(), glyph_enu_border_free(), and glyph_enu_free().
FT_BBox Glyph::bbox |
Definition at line 220 of file vf_drawtext.c.
Referenced by measure_text().