|
Blender V5.0
|
#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 92 of file SEQ_effects.hh.
| int blender::seq::TextVarsRuntime::character_count |
Definition at line 98 of file SEQ_effects.hh.
Referenced by blender::seq::text_effect_calc_runtime().
| bool blender::seq::TextVarsRuntime::editing_is_active |
Definition at line 100 of file SEQ_effects.hh.
| int blender::seq::TextVarsRuntime::font |
Definition at line 99 of file SEQ_effects.hh.
Referenced by blender::seq::apply_text_alignment(), blender::seq::apply_word_wrapping(), blender::seq::calc_boundbox(), blender::seq::draw_text_outline(), blender::seq::text_draw(), and blender::seq::text_effect_calc_runtime().
| int blender::seq::TextVarsRuntime::font_descender |
Definition at line 97 of file SEQ_effects.hh.
Referenced by blender::seq::text_effect_calc_runtime().
| int blender::seq::TextVarsRuntime::line_height |
Definition at line 96 of file SEQ_effects.hh.
Referenced by blender::seq::apply_text_alignment(), blender::seq::apply_word_wrapping(), blender::seq::calc_boundbox(), blender::seq::do_text_effect(), blender::seq::draw_text_outline(), and blender::seq::text_effect_calc_runtime().
Definition at line 93 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 95 of file SEQ_effects.hh.
Referenced by blender::seq::calc_boundbox(), blender::seq::do_text_effect(), blender::seq::draw_text_outline(), and blender::seq::transform_image_raw_size_get().