AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The 3d Text Node. 更多...
The 3d Text Node.
TODO:
String ^ AnyCAD::Platform::Text3dNode::GetFontName | ( | ) |
Get FontName.
Vector2 ^ AnyCAD::Platform::Text3dNode::GetFontSize | ( | ) |
Get FontSize.
int AnyCAD::Platform::Text3dNode::GetLineSpace | ( | ) |
Get FontSize.
float AnyCAD::Platform::Text3dNode::GetThickness | ( | ) |
Get the thickness of the text.
bool AnyCAD::Platform::Text3dNode::IsBuildSolid | ( | ) |
If build the text as solid.
void AnyCAD::Platform::Text3dNode::SetBuildSolid | ( | bool | bSolid | ) |
Enabled to show as solid/face or outline.
bSolid | if true to show solid/face, otherwise shows as edge. |
void AnyCAD::Platform::Text3dNode::SetFontName | ( | String^ | fontName | ) |
Set FontName.
fontName | the FontName. |
void AnyCAD::Platform::Text3dNode::SetFontSize | ( | Vector2^ | fontSize | ) |
Set FontSize.
fontSize | the fontSize. |
void AnyCAD::Platform::Text3dNode::SetFontSize | ( | int | width, |
int | height | ||
) |
Set FontSize.
width | the width. |
height | the height |
void AnyCAD::Platform::Text3dNode::SetLineSpace | ( | int | space | ) |
Set the line spacing.
space | the line space. |
void AnyCAD::Platform::Text3dNode::SetText | ( | String^ | text | ) |
Set Text.
text | the text string |
void AnyCAD::Platform::Text3dNode::SetThickness | ( | float | thickness | ) |
Set the solid thickness.
thickness | the thickness of the solid. If <=0, shows as face. |
void AnyCAD::Platform::Text3dNode::Update | ( | ) |
Update the node.