FFmpeg
Data Fields
GlyphInfo Struct Reference

Information about a single glyph in a text line. More...

Data Fields

uint32_t code
 the glyph code point More...
 
int x
 the x position of the glyph More...
 
int y
 the y position of the glyph More...
 
int shift_x64
 the horizontal shift of the glyph in 26.6 units More...
 
int shift_y64
 the vertical shift of the glyph in 26.6 units More...
 

Detailed Description

Information about a single glyph in a text line.

Definition at line 191 of file vf_drawtext.c.

Field Documentation

◆ code

uint32_t GlyphInfo::code

the glyph code point

Definition at line 192 of file vf_drawtext.c.

Referenced by draw_text().

◆ x

int GlyphInfo::x

the x position of the glyph

Definition at line 193 of file vf_drawtext.c.

Referenced by draw_text().

◆ y

int GlyphInfo::y

the y position of the glyph

Definition at line 194 of file vf_drawtext.c.

Referenced by draw_text().

◆ shift_x64

int GlyphInfo::shift_x64

the horizontal shift of the glyph in 26.6 units

Definition at line 195 of file vf_drawtext.c.

Referenced by draw_text().

◆ shift_y64

int GlyphInfo::shift_y64

the vertical shift of the glyph in 26.6 units

Definition at line 196 of file vf_drawtext.c.

Referenced by draw_text().


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