QExtrudedTextGeometry

PyQt5.Qt3DExtras.QExtrudedTextGeometry

Inherits from QGeometry.

Description

The QExtrudedTextGeometry class allows creation of a 3D extruded text in 3D space.

The QExtrudedTextGeometry class is most commonly used internally by the QText3DMesh but can also be used in custom QGeometryRenderer subclasses.

Methods

__init__(parent: QNode = None)

Constructs a new QExtrudedTextGeometry with parent.


extrusionLength() → float

TODO


font() → QFont

See also

setFont().


indexAttribute() → QAttribute

TODO


normalAttribute() → QAttribute

TODO


positionAttribute() → QAttribute

TODO


setDepth(float)

TODO


setFont(QFont)

See also

font().


setText(str)

See also

text().


text() → str

See also

setText().

Signals

depthChanged(float)

TODO


fontChanged(QFont)

TODO


textChanged(str)

TODO