Definition at line 115 of file vf_drawtext.c.
base pts time in the real world for display
Definition at line 152 of file vf_drawtext.c.
Referenced by draw_text().
background color
Definition at line 144 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and init().
Definition at line 141 of file vf_drawtext.c.
Referenced by config_input(), draw_glyphs(), and draw_text().
set to zero to prevent drawing
Definition at line 156 of file vf_drawtext.c.
Referenced by draw_text().
draw box around text - true or false
Definition at line 136 of file vf_drawtext.c.
Referenced by draw_text().
parsed expression for draw
Definition at line 155 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and uninit().
used to contain the strftime()-expanded text
Definition at line 120 of file vf_drawtext.c.
Referenced by draw_glyphs(), and draw_text().
size in bytes of the expanded_text buffer
Definition at line 121 of file vf_drawtext.c.
Referenced by draw_text().
freetype font face handle
Definition at line 147 of file vf_drawtext.c.
Referenced by draw_text(), init(), load_font_file(), load_glyph(), and uninit().
foreground color
Definition at line 142 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and init().
font to be used
Definition at line 118 of file vf_drawtext.c.
Referenced by init(), and load_font().
flags used for loading fonts, see FT_LOAD_*
Definition at line 122 of file vf_drawtext.c.
Referenced by load_glyph().
rendered glyphs, stored using the UTF-32 char code
Definition at line 148 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), load_glyph(), and uninit().
freetype font library handle
Definition at line 146 of file vf_drawtext.c.
Referenced by init(), load_font_file(), and uninit().
number of elements of positions array
Definition at line 124 of file vf_drawtext.c.
Referenced by draw_text(), and uninit().
positions for each element in the text
Definition at line 123 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), and uninit().
tells if the filter is being reinited
Definition at line 117 of file vf_drawtext.c.
Referenced by command(), and config_input().
shadow color
Definition at line 143 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and init().
timecode context
Definition at line 160 of file vf_drawtext.c.
Referenced by draw_text(), and init().
1 if timecode is wrapped to 24 hours, 0 otherwise
Definition at line 161 of file vf_drawtext.c.
Referenced by init().
specified timecode option string
Definition at line 158 of file vf_drawtext.c.
Referenced by draw_text(), and init().
text to be drawn
Definition at line 119 of file vf_drawtext.c.
Referenced by draw_text(), and init().
font kerning is used - true/false
Definition at line 137 of file vf_drawtext.c.
Referenced by draw_text(), and init().
Definition at line 153 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and end_frame().
x position to start drawing text
Definition at line 126 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), and end_frame().
expression for x position
Definition at line 149 of file vf_drawtext.c.
Referenced by config_input().
Definition at line 151 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and uninit().
y position to start drawing text
Definition at line 127 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), and end_frame().
expression for y position
Definition at line 150 of file vf_drawtext.c.
Referenced by config_input().
parsed expressions for x and y
Definition at line 151 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and uninit().