ExtrudedTextGeometry QML Type
ExtrudedTextGeometry を使用すると、3D 空間で 3D テキストを作成できます。詳細...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QExtrudedTextGeometry |
Status: | Deprecated |
プロパティ
- depth : float
- font : QFont
- indexAttribute : Attribute
- normalAttribute : Attribute
- positionAttribute : Attribute
- text : QString
詳細な説明
ExtrudedTextGeometry 型は、ExtrudedTextMesh 型で内部的に最もよく使用されますが、カスタムGeometryRenderer 型でも使用できます。
ジオメトリの原点は、テキストのベースラインの左端です。
プロパティ Documentation
depth : float |
テキストの押し出し深さを保持します。
font : QFont |
テキストのフォントを保持します。
ジオメトリはフォントの pointSize で正規化されるため、pointSize を大きくすると、テキストが大きくなるのではなく、滑らかになります。
indexAttribute : Attribute |
ジオメトリのインデックス属性を保持します。
normalAttribute : Attribute |
ジオメトリの法線属性を保持します。
positionAttribute : Attribute |
ジオメトリの位置属性を保持します。
text : QString |
メッシュに使用されるテキストを保持します。
本ドキュメントに含まれる文書の著作権は、各所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。