Blender
V3.3
|
Public Attributes | |
Vector< float2 > | positions |
Array< int > | line_numbers |
Map< int, float3 > | pivot_points |
Vector< char32_t > | char_codes |
std::string | text |
std::string | truncated_text |
float | final_font_size |
Definition at line 137 of file node_geo_string_to_curves.cc.
Vector<char32_t> blender::nodes::node_geo_string_to_curves_cc::TextLayout::char_codes |
float blender::nodes::node_geo_string_to_curves_cc::TextLayout::final_font_size |
Definition at line 157 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::create_curve_instances(), and blender::nodes::node_geo_string_to_curves_cc::get_text_layout().
Array<int> blender::nodes::node_geo_string_to_curves_cc::TextLayout::line_numbers |
Definition at line 142 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::create_attributes(), and blender::nodes::node_geo_string_to_curves_cc::get_text_layout().
Definition at line 145 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::create_attributes(), and blender::nodes::node_geo_string_to_curves_cc::create_curve_instances().
Definition at line 139 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::add_instances_from_handles(), and blender::nodes::node_geo_string_to_curves_cc::get_text_layout().
std::string blender::nodes::node_geo_string_to_curves_cc::TextLayout::text |
Definition at line 151 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout().
std::string blender::nodes::node_geo_string_to_curves_cc::TextLayout::truncated_text |
Definition at line 154 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout().