QExtrudedTextGeometry Class▲
- 
					Header: Qt3DExtras/QExtrudedTextGeometry 
- 
					Since: Qt 5.9 
- 
					qmake: QT += 3dextras 
- 
					Inherited By: 
- 
					Instantiated By: qml-qt3d-extras-extrudedtextgeometry.xml 
- 
					Inherits: Qt3DRender::QGeometry 
- 
					Group: QExtrudedTextGeometry is part of geometries 
Detailed Description▲
The QExtrudedTextGeometry class is most commonly used internally by the QText3DMesh but can also be used in custom Qt3DRender::QGeometryRenderer subclasses.
Property Documentation▲
extrusionLength : float▲
Holds the extrusion length of the text.
Access functions:
- 
							float extrusionLength() const 
- 
							void setDepth(float extrusionLength) 
Notifier signal:
- 
							void depthChanged(float extrusionLength) 
font : QFont▲
Holds the font of the text.
Access functions:
- 
							font() const 
- 
							void setFont(const &font) 
Notifier signal:
- 
							void fontChanged(const &font) 
[read-only] indexAttribute : Qt3DRender::QAttribute* const▲
Holds the geometry index attribute.
Access functions:
- 
							*indexAttribute() const 
[read-only] normalAttribute : Qt3DRender::QAttribute* const▲
Holds the geometry normal attribute.
Access functions:
- 
							*normalAttribute() const 
[read-only] positionAttribute : Qt3DRender::QAttribute* const▲
Holds the geometry position attribute.
Access functions:
- 
							*positionAttribute() const 
text : QString▲
Holds the text used for the mesh.
Access functions:
- 
							text() const 
- 
							void setText(const &text) 
Notifier signal:
- 
							void textChanged(const &text) 
Member Function Documentation▲
[explicit] QExtrudedTextGeometry::QExtrudedTextGeometry(Qt3DCore::QNode *parent = nullptr)▲
Constructs a new QExtrudedTextGeometry with parent.




