FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 217 of file vf_drawtext.c.

Field Documentation

◆ glyph

FT_Glyph Glyph::glyph

Definition at line 218 of file vf_drawtext.c.

◆ border_glyph

FT_Glyph Glyph::border_glyph

Definition at line 219 of file vf_drawtext.c.

◆ code

uint32_t Glyph::code

Definition at line 220 of file vf_drawtext.c.

◆ fontsize

unsigned int Glyph::fontsize

Definition at line 221 of file vf_drawtext.c.

◆ bglyph

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

◆ border_bglyph

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

◆ bbox

FT_BBox Glyph::bbox

Definition at line 226 of file vf_drawtext.c.

Referenced by measure_text().


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