|
Blender V4.5
|
#include <SEQ_effects.hh>
Public Attributes | |
| Vector< LineInfo > | lines |
| rcti | text_boundbox |
| int | line_height |
| int | font_descender |
| int | character_count |
| int | font |
| bool | editing_is_active |
Definition at line 100 of file SEQ_effects.hh.
| int blender::seq::TextVarsRuntime::character_count |
Definition at line 106 of file SEQ_effects.hh.
Referenced by blender::seq::calc_text_runtime().
| bool blender::seq::TextVarsRuntime::editing_is_active |
Definition at line 108 of file SEQ_effects.hh.
| int blender::seq::TextVarsRuntime::font |
Definition at line 107 of file SEQ_effects.hh.
Referenced by blender::seq::apply_text_alignment(), blender::seq::calc_text_runtime(), blender::seq::draw_text_outline(), and blender::seq::text_draw().
| int blender::seq::TextVarsRuntime::font_descender |
Definition at line 105 of file SEQ_effects.hh.
Referenced by blender::seq::calc_text_runtime().
| int blender::seq::TextVarsRuntime::line_height |
Definition at line 104 of file SEQ_effects.hh.
Referenced by blender::seq::apply_text_alignment(), blender::seq::apply_word_wrapping(), blender::seq::calc_boundbox(), blender::seq::calc_text_runtime(), and blender::seq::draw_text_outline().
Definition at line 101 of file SEQ_effects.hh.
Referenced by blender::seq::apply_text_alignment(), blender::seq::apply_word_wrapping(), blender::seq::calc_boundbox(), and blender::seq::text_draw().
| rcti blender::seq::TextVarsRuntime::text_boundbox |
Definition at line 103 of file SEQ_effects.hh.
Referenced by blender::seq::calc_boundbox(), and blender::seq::draw_text_outline().