|
Blender V4.5
|
#include <BKE_vfont.hh>
Public Attributes | |
| float | xof |
| float | yof |
| float | rot |
| short | linenr |
| short | charnr |
| uint | dobreak: 1 |
| uint | is_overflow: 1 |
| uint | is_wrap: 1 |
| uint | is_smallcaps: 1 |
Definition at line 19 of file BKE_vfont.hh.
| short CharTrans::charnr |
Definition at line 22 of file BKE_vfont.hh.
| uint CharTrans::dobreak |
Definition at line 24 of file BKE_vfont.hh.
Referenced by vfont_to_curve().
| uint CharTrans::is_overflow |
Definition at line 25 of file BKE_vfont.hh.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout().
| uint CharTrans::is_smallcaps |
Definition at line 27 of file BKE_vfont.hh.
| uint CharTrans::is_wrap |
Definition at line 26 of file BKE_vfont.hh.
| short CharTrans::linenr |
Definition at line 22 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 21 of file BKE_vfont.hh.
Referenced by make_duplis_font(), and vfont_to_curve().
| float CharTrans::xof |
Definition at line 20 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 20 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().