FFmpeg
Data Fields
Glyph Struct Reference

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
 

Detailed Description

A glyph as loaded and rendered using libfreetype.

Definition at line 212 of file vf_drawtext.c.

Field Documentation

◆ glyph

FT_Glyph Glyph::glyph

Definition at line 213 of file vf_drawtext.c.

Referenced by glyph_enu_free().

◆ border_glyph

FT_Glyph Glyph::border_glyph

Definition at line 214 of file vf_drawtext.c.

Referenced by glyph_enu_border_free(), and glyph_enu_free().

◆ code

uint32_t Glyph::code

Definition at line 215 of file vf_drawtext.c.

◆ fontsize

unsigned int Glyph::fontsize

Definition at line 216 of file vf_drawtext.c.

◆ bglyph

FT_BitmapGlyph Glyph::bglyph[16]

Glyph bitmaps with 1/4 pixel precision in both directions.

Definition at line 218 of file vf_drawtext.c.

Referenced by draw_glyphs(), and glyph_enu_free().

◆ border_bglyph

FT_BitmapGlyph Glyph::border_bglyph[16]

Outlined glyph bitmaps with 1/4 pixel precision in both directions.

Definition at line 220 of file vf_drawtext.c.

Referenced by draw_glyphs(), glyph_enu_border_free(), and glyph_enu_free().

◆ bbox

FT_BBox Glyph::bbox

Definition at line 221 of file vf_drawtext.c.

Referenced by measure_text().


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