|
Blender
V2.93
|
#include <DNA_curve_types.h>
Public Attributes | |
| short | kern |
| short | mat_nr |
| char | flag |
| char | _pad [3] |
Definition at line 171 of file DNA_curve_types.h.
| char CharInfo::_pad[3] |
Definition at line 176 of file DNA_curve_types.h.
| char CharInfo::flag |
Definition at line 175 of file DNA_curve_types.h.
Referenced by buildchar(), char_width(), move_cursor(), set_style(), toggle_style_exec(), vfont_to_curve(), and which_vfont().
| short CharInfo::kern |
Definition at line 172 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 174 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(), buildchar(), insert_into_textbuf(), material_slot_assign_exec(), text_update_edited(), and vfont_to_curve().