|
Blender
V3.3
|
#include <DNA_curve_types.h>
Public Attributes | |
| short | kern |
| short | mat_nr |
| char | flag |
| char | _pad [3] |
Definition at line 158 of file DNA_curve_types.h.
| char CharInfo::_pad[3] |
Definition at line 163 of file DNA_curve_types.h.
| char CharInfo::flag |
Definition at line 162 of file DNA_curve_types.h.
Referenced by BKE_vfont_build_char(), char_width(), move_cursor(), set_style(), toggle_style_exec(), vfont_to_curve(), and which_vfont().
| short CharInfo::kern |
Definition at line 159 of file DNA_curve_types.h.
Referenced by change_spacing_exec(), insert_into_textbuf(), and vfont_to_curve().
| short CharInfo::mat_nr |
Index start at 1, unlike mesh & nurbs.
Definition at line 161 of file DNA_curve_types.h.
Referenced by BKE_curve_material_index_clear(), BKE_curve_material_index_remove(), BKE_curve_material_index_used(), BKE_curve_material_index_validate(), BKE_curve_material_remap(), BKE_vfont_build_char(), blender::nodes::node_geo_string_to_curves_cc::create_curve_instances(), insert_into_textbuf(), material_slot_assign_exec(), text_update_edited(), and vfont_to_curve().