Text2DEntity allows creation of a 2D text in 3D space. 更多...
import 语句: | import Qt3D.Extras 2.15 |
实例化: | QText2DEntity |
The Text2DEntity renders text as triangles in the XY plane. The geometry will be fitted in the rectangle of specified width and height. If the resulting geometry is wider than the specified width, the remainder will be rendered on the new line.
The entity can be positionned in the scene by adding a transform component.
Text2DEntity will create geometry based on the shape of the glyphs and a solid material using the specified color.
Holds the color of the text.
Holds the font of the text.
Holds the height of the text's bounding rectangle.
Holds the text used for the mesh.
Holds the width of the text's bounding rectangle.