|
Blender V4.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 119 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 139 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().
Definition at line 124 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 127 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 121 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 133 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 136 of file node_geo_string_to_curves.cc.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout().