|
Blender V4.3
|
#include <BKE_vfont.hh>
Public Attributes | |
| float | xof |
| float | yof |
| float | rot |
| short | linenr |
| short | charnr |
| char | dobreak |
Definition at line 18 of file BKE_vfont.hh.
| short CharTrans::charnr |
Definition at line 21 of file BKE_vfont.hh.
| char CharTrans::dobreak |
Definition at line 22 of file BKE_vfont.hh.
Referenced by vfont_to_curve().
| short CharTrans::linenr |
Definition at line 21 of file BKE_vfont.hh.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout(), and vfont_to_curve().
| float CharTrans::rot |
Definition at line 20 of file BKE_vfont.hh.
Referenced by make_duplis_font(), and vfont_to_curve().
| float CharTrans::xof |
Definition at line 19 of file BKE_vfont.hh.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout(), make_duplis_font(), and vfont_to_curve().
| float CharTrans::yof |
Definition at line 19 of file BKE_vfont.hh.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout(), make_duplis_font(), and vfont_to_curve().