Blender  V3.3
Public Attributes | List of all members
blender::nodes::node_geo_string_to_curves_cc::TextLayout Struct Reference

Public Attributes

Vector< float2positions
 
Array< int > line_numbers
 
Map< int, float3pivot_points
 
Vector< char32_t > char_codes
 
std::string text
 
std::string truncated_text
 
float final_font_size
 

Detailed Description

Definition at line 137 of file node_geo_string_to_curves.cc.

Member Data Documentation

◆ char_codes

Vector<char32_t> blender::nodes::node_geo_string_to_curves_cc::TextLayout::char_codes

◆ final_font_size

float blender::nodes::node_geo_string_to_curves_cc::TextLayout::final_font_size

◆ line_numbers

Array<int> blender::nodes::node_geo_string_to_curves_cc::TextLayout::line_numbers

◆ pivot_points

Map<int, float3> blender::nodes::node_geo_string_to_curves_cc::TextLayout::pivot_points

◆ positions

Vector<float2> blender::nodes::node_geo_string_to_curves_cc::TextLayout::positions

◆ text

std::string blender::nodes::node_geo_string_to_curves_cc::TextLayout::text

◆ truncated_text

std::string blender::nodes::node_geo_string_to_curves_cc::TextLayout::truncated_text

The documentation for this struct was generated from the following file: