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 200 of file vf_drawtext.c.

Field Documentation

◆ glyph

FT_Glyph Glyph::glyph

Definition at line 201 of file vf_drawtext.c.

Referenced by glyph_enu_free().

◆ border_glyph

FT_Glyph Glyph::border_glyph

Definition at line 202 of file vf_drawtext.c.

Referenced by glyph_enu_border_free(), and glyph_enu_free().

◆ code

uint32_t Glyph::code

Definition at line 203 of file vf_drawtext.c.

◆ fontsize

unsigned int Glyph::fontsize

Definition at line 204 of file vf_drawtext.c.

◆ bglyph

FT_BitmapGlyph Glyph::bglyph[16]

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

Definition at line 206 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 208 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 209 of file vf_drawtext.c.

Referenced by measure_text().


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