FFmpeg
Data Fields
TextLine Struct Reference

Information about a single line of text. More...

Data Fields

int offset_left64
 offset between the origin and the leftmost pixel of the first glyph More...
 
int offset_right64
 maximum offset between the origin and the rightmost pixel of the last glyph More...
 
int width64
 width of the line More...
 
HarfbuzzData hb_data
 libharfbuzz data of this text line More...
 
GlyphInfoglyphs
 array of glyphs in this text line More...
 
int cluster_offset
 the offset at which this line begins More...
 

Detailed Description

Information about a single line of text.

Definition at line 200 of file vf_drawtext.c.

Field Documentation

◆ offset_left64

int TextLine::offset_left64

offset between the origin and the leftmost pixel of the first glyph

Definition at line 201 of file vf_drawtext.c.

Referenced by measure_text().

◆ offset_right64

int TextLine::offset_right64

maximum offset between the origin and the rightmost pixel of the last glyph

Definition at line 203 of file vf_drawtext.c.

Referenced by measure_text().

◆ width64

int TextLine::width64

width of the line

Definition at line 205 of file vf_drawtext.c.

Referenced by measure_text().

◆ hb_data

HarfbuzzData TextLine::hb_data

libharfbuzz data of this text line

Definition at line 206 of file vf_drawtext.c.

Referenced by measure_text().

◆ glyphs

GlyphInfo* TextLine::glyphs

array of glyphs in this text line

Definition at line 207 of file vf_drawtext.c.

◆ cluster_offset

int TextLine::cluster_offset

the offset at which this line begins

Definition at line 208 of file vf_drawtext.c.

Referenced by measure_text().


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