Definition at line 137 of file vf_drawtext.c.
Definition at line 138 of file vf_drawtext.c.
expansion mode to use for the text
Definition at line 139 of file vf_drawtext.c.
Referenced by draw_text(), and init().
tells if the filter is being reinited
Definition at line 140 of file vf_drawtext.c.
Referenced by command().
font to be used
Definition at line 144 of file vf_drawtext.c.
Referenced by init(), load_font(), and load_font_file().
text to be drawn
Definition at line 145 of file vf_drawtext.c.
Referenced by draw_text(), init(), and load_textfile().
used to contain the expanded text
Definition at line 146 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), init(), and uninit().
fontcolor expression to evaluate
Definition at line 147 of file vf_drawtext.c.
Referenced by draw_text().
used to contain the expanded fontcolor spec
Definition at line 148 of file vf_drawtext.c.
Referenced by draw_text(), init(), and uninit().
flags used for loading fonts, see FT_LOAD_*
Definition at line 149 of file vf_drawtext.c.
Referenced by load_glyph().
positions for each element in the text
Definition at line 150 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), and uninit().
number of elements of positions array
Definition at line 151 of file vf_drawtext.c.
Referenced by draw_text(), and uninit().
file with text to be drawn
Definition at line 152 of file vf_drawtext.c.
Referenced by init(), and load_textfile().
x position to start drawing text
Definition at line 153 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), and filter_frame().
y position to start drawing text
Definition at line 154 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), and filter_frame().
Definition at line 157 of file vf_drawtext.c.
Referenced by draw_text().
Definition at line 157 of file vf_drawtext.c.
Referenced by draw_text().
border width
Definition at line 158 of file vf_drawtext.c.
Referenced by draw_text(), init(), and load_glyph().
draw box around text - true or false
Definition at line 161 of file vf_drawtext.c.
Referenced by draw_text().
font kerning is used - true/false
Definition at line 163 of file vf_drawtext.c.
Referenced by draw_text(), and init().
do we let it go out of frame bounds - t/f
Definition at line 165 of file vf_drawtext.c.
Definition at line 167 of file vf_drawtext.c.
Referenced by config_input(), draw_glyphs(), draw_text(), and update_color_with_alpha().
foreground color
Definition at line 168 of file vf_drawtext.c.
Referenced by config_input(), and draw_text().
shadow color
Definition at line 169 of file vf_drawtext.c.
Referenced by config_input(), and draw_text().
border color
Definition at line 170 of file vf_drawtext.c.
Referenced by config_input(), and draw_text().
background color
Definition at line 171 of file vf_drawtext.c.
Referenced by config_input(), and draw_text().
freetype font library handle
Definition at line 173 of file vf_drawtext.c.
Referenced by init(), load_font_file(), and uninit().
freetype font face handle
Definition at line 174 of file vf_drawtext.c.
Referenced by draw_text(), init(), load_font_file(), load_glyph(), and uninit().
freetype stroker handle
Definition at line 175 of file vf_drawtext.c.
Referenced by init(), load_glyph(), and uninit().
rendered glyphs, stored using the UTF-32 char code
Definition at line 176 of file vf_drawtext.c.
Referenced by draw_glyphs(), draw_text(), load_glyph(), and uninit().
expression for x position
Definition at line 177 of file vf_drawtext.c.
Referenced by config_input().
expression for y position
Definition at line 178 of file vf_drawtext.c.
Referenced by config_input().
Definition at line 179 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and uninit().
parsed expressions for x and y
Definition at line 179 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), and uninit().
base pts time in the real world for display
Definition at line 180 of file vf_drawtext.c.
Referenced by draw_text().
Definition at line 181 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), filter_frame(), func_eval_expr(), func_eval_expr_int_format(), func_frame_num(), func_pict_type(), func_pts(), and update_alpha().
Definition at line 182 of file vf_drawtext.c.
Referenced by config_input().
Definition at line 183 of file vf_drawtext.c.
Referenced by config_input(), and update_alpha().
Definition at line 184 of file vf_drawtext.c.
Referenced by update_alpha(), and update_color_with_alpha().
random
Definition at line 185 of file vf_drawtext.c.
Referenced by config_input(), draw_text(), func_eval_expr(), func_eval_expr_int_format(), and update_alpha().
specified timecode option string
Definition at line 186 of file vf_drawtext.c.
Referenced by draw_text(), and init().
timecode context
Definition at line 188 of file vf_drawtext.c.
Referenced by draw_text(), and init().
1 if timecode is wrapped to 24 hours, 0 otherwise
Definition at line 189 of file vf_drawtext.c.
Referenced by init().
reload text file for each frame
Definition at line 190 of file vf_drawtext.c.
Referenced by filter_frame(), and init().
starting frame number for n/frame_num var
Definition at line 191 of file vf_drawtext.c.
Referenced by filter_frame().
Definition at line 195 of file vf_drawtext.c.
Referenced by filter_frame(), and func_metadata().