Generate a [PrimitiveMesh] from the text. Generate a [PrimitiveMesh] from the text. TextMesh can be generated only when using dynamic fonts with vector glyph contours. Bitmap fonts (including bitmap data in the TrueType/OpenType containers, like color emoji fonts) are not supported. The UV layout is arranged in 4 horizontal strips, top to bottom: 40% of the height for the front face, 40% for the back face, 10% for the outer edges and 10% for the inner edges. $DOCS_URL/tutorials/3d/3d_text.html If set to something other than [constant TextServer.AUTOWRAP_OFF], the text gets wrapped inside the node's bounding rectangle. If you resize the node, it will change its height automatically to show all the text. Step (in pixels) used to approximate Bézier curves. Lower values result in smoother curves, but is slower to generate and render. Consider adjusting this according to the font size and the typical viewing distance. [b]Note:[/b] Changing this property will regenerate the mesh, which is a slow operation, especially with large font sizes and long texts. Depths of the mesh, if set to [code]0.0[/code] only front surface, is generated, and UV layout is changed to use full texture for the front face only. Font configuration used to display text. Font size of the [TextMesh]'s text. This property works in tandem with [member pixel_size]. Higher values will result in a more detailed font, regardless of [member curve_step] and [member pixel_size]. Consider keeping this value below 63 (inclusive) for good performance, and adjust [member pixel_size] as needed to enlarge text. [b]Note:[/b] Changing this property will regenerate the mesh, which is a slow operation, especially with large font sizes and long texts. To change the text's size in real-time efficiently, change the node's [member Node3D.scale] instead. Controls the text's horizontal alignment. Supports left, center, right, and fill, or justify. Line fill alignment rules. Language code used for text shaping algorithms, if left empty current locale is used instead. Additional vertical spacing between lines (in pixels), spacing is added to line descent. This value can be negative. The text drawing offset (in pixels). [b]Note:[/b] Changing this property will regenerate the mesh, which is a slow operation. To change the text's position in real-time efficiently, change the node's [member Node3D.position] instead. The size of one pixel's width on the text to scale it in 3D. This property works in tandem with [member font_size]. [b]Note:[/b] Changing this property will regenerate the mesh, which is a slow operation, especially with large font sizes and long texts. To change the text's size in real-time efficiently, change the node's [member Node3D.scale] instead. Set BiDi algorithm override for the structured text. Set additional options for BiDi override. The text to generate mesh from. [b]Note:[/b] Due to being a [Resource], it doesn't follow the rules of [member Node.auto_translate_mode]. If disabling translation is desired, it should be done manually with [method Object.set_message_translation]. Base text writing direction. If [code]true[/code], all the text displays as UPPERCASE. Controls the text's vertical alignment. Supports top, center, and bottom. Text width (in pixels), used for fill alignment.