QExtrudedTextMesh Class

class Qt3DExtras::QExtrudedTextMesh

3D 돌출된 텍스트 메시입니다. 더 보기...

헤더: #include <Qt3DExtras/QExtrudedTextMesh>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dextras)
target_link_libraries(mytarget PRIVATE Qt6::3dextras)
qmake: QT += 3dextras
QML에서: ExtrudedTextMesh
상속합니다: Qt3DRender::QGeometryRenderer
상태: Deprecated

속성

공용 기능

QExtrudedTextMesh(Qt3DCore::QNode *parent = nullptr)
float depth() const
QFont font() const
QString text() const

공용 슬롯

void setDepth(float depth)
void setFont(const QFont &font)
void setText(const QString &text)

신호

void depthChanged(float depth)
void fontChanged(const QFont &font)
void textChanged(const QString &text)

상세 설명

메시의 원점은 텍스트 기준선의 왼쪽 뒤쪽 끝입니다.

프로퍼티 문서

depth : float

텍스트의 돌출 깊이를 유지합니다.

기능에 액세스합니다:

float depth() const
void setDepth(float depth)

알림 신호:

void depthChanged(float depth)

font : QFont

텍스트의 글꼴을 보유합니다.

메쉬 지오메트리는 글꼴의 pointSize로 정규화되므로 pointSize가 클수록 텍스트가 커지지 않고 부드러워집니다. 픽셀 크기는 사용해서는 안 됩니다.

함수에 액세스합니다:

QFont font() const
void setFont(const QFont &font)

알림 신호:

void fontChanged(const QFont &font)

text : QString

메쉬에 사용되는 텍스트를 보유합니다.

함수에 액세스합니다:

QString text() const
void setText(const QString &text)

알림 신호:

void textChanged(const QString &text)

멤버 함수 문서

[explicit] QExtrudedTextMesh::QExtrudedTextMesh(Qt3DCore::QNode *parent = nullptr)

parent 를 사용하여 새 QText3DMesh를 구성합니다.

© 2025 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.