QText2DEntity¶
QText2DEntity
allows creation of a 2D text in 3D space. More…
Synopsis¶
Functions¶
Signals¶
def
colorChanged
(color)def
fontChanged
(font)def
heightChanged
(height)def
textChanged
(text)def
widthChanged
(width)
Detailed Description¶
The QText2DEntity
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.
QText2DEntity
will create geometry based on the shape of the glyphs and a solid material using the specified color.
- class PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.color()¶
- Return type
Holds the color for the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.colorChanged(color)¶
- Parameters
color –
PySide6.QtGui.QColor
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.font()¶
- Return type
Holds the font for the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.fontChanged(font)¶
- Parameters
font –
PySide6.QtGui.QFont
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.height()¶
- Return type
float
Returns the height of the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.heightChanged(height)¶
- Parameters
height – float
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.setColor(color)¶
- Parameters
color –
PySide6.QtGui.QColor
Holds the color for the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.setFont(font)¶
- Parameters
font –
PySide6.QtGui.QFont
Holds the font for the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.setHeight(height)¶
- Parameters
height – float
Returns the height of the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.setText(text)¶
- Parameters
text – str
Holds the text that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.setWidth(width)¶
- Parameters
width – float
Returns the width of the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.text()¶
- Return type
str
Holds the text that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.textChanged(text)¶
- Parameters
text – str
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.width()¶
- Return type
float
Returns the width of the text item that is displayed in the Qt Quick scene.
- PySide6.Qt3DExtras.Qt3DExtras.QText2DEntity.widthChanged(width)¶
- Parameters
width – float
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.