QExtrudedTextGeometry Class
class Qt3DExtras::QExtrudedTextGeometryQExtrudedTextGeometry 클래스를 사용하면 3D 공간에서 3D 돌출된 텍스트를 생성할 수 있습니다. 더 보기...
Header: | #include <Qt3DExtras/QExtrudedTextGeometry> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dextras) target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
qmake: | QT += 3dextras |
QML에서: | ExtrudedTextGeometry |
상속합니다: | Qt3DCore::QGeometry |
상태: | Deprecated |
속성
|
|
공용 기능
QExtrudedTextGeometry(Qt3DCore::QNode *parent = nullptr) | |
float | extrusionLength() const |
QFont | font() const |
Qt3DCore::QAttribute * | indexAttribute() const |
Qt3DCore::QAttribute * | normalAttribute() const |
Qt3DCore::QAttribute * | positionAttribute() const |
QString | text() const |
공용 슬롯
void | setDepth(float extrusionLength) |
void | setFont(const QFont &font) |
void | setText(const QString &text) |
신호
void | depthChanged(float extrusionLength) |
void | fontChanged(const QFont &font) |
void | textChanged(const QString &text) |
상세 설명
QExtrudedTextGeometry 클래스는 QText3DMesh에서 내부적으로 가장 일반적으로 사용되지만 사용자 정의 Qt3DRender::QGeometryRenderer 서브 클래스에서도 사용할 수 있습니다.
지오메트리의 원점은 텍스트 기준선의 왼쪽 뒤쪽 끝입니다.
프로퍼티 문서
extrusionLength : float
텍스트의 돌출 길이를 유지합니다.
기능에 액세스합니다:
float | extrusionLength() const |
void | setDepth(float extrusionLength) |
알림 신호:
void | depthChanged(float extrusionLength) |
font : QFont
텍스트의 글꼴을 보유합니다.
지오메트리는 글꼴의 pointSize로 정규화되므로 pointSize가 클수록 텍스트가 커지지 않고 부드러워집니다. 픽셀 크기는 사용해서는 안 됩니다.
함수에 액세스합니다:
QFont | font() const |
void | setFont(const QFont &font) |
알림 신호:
void | fontChanged(const QFont &font) |
[read-only]
indexAttribute : Qt3DCore::QAttribute* const
지오메트리 인덱스 속성을 보유합니다.
함수에 액세스합니다:
Qt3DCore::QAttribute * | indexAttribute() const |
[read-only]
normalAttribute : Qt3DCore::QAttribute* const
지오메트리 노멀 속성을 보유합니다.
함수에 액세스합니다:
Qt3DCore::QAttribute * | normalAttribute() const |
[read-only]
positionAttribute : Qt3DCore::QAttribute* const
지오메트리 위치 속성을 보유합니다.
함수에 액세스합니다:
Qt3DCore::QAttribute * | positionAttribute() const |
text : QString
메쉬에 사용되는 텍스트를 보유합니다.
함수에 액세스합니다:
QString | text() const |
void | setText(const QString &text) |
알림 신호:
void | textChanged(const QString &text) |
멤버 함수 문서
[explicit]
QExtrudedTextGeometry::QExtrudedTextGeometry(Qt3DCore::QNode *parent = nullptr)
parent 를 사용하여 새로운 QExtrudedTextGeometry 를 구축합니다.
© 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.