This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine::Plugins::IG::SymbolText Class

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Sim SDK edition to use it.
Header: #include <plugins/Unigine/IG/UnigineIG.h>

SymbolText Class

枚举

Orientation#

Name说明/描 述
LEFT_TO_RIGHT = 0Horizontal text orientation from left to right.
RIGHT_TO_LEFT = 2Horizontal text orientation from right to left.
TOP_TO_BOTTOM = 1Vertical text orientation from top to bottom.
BOTTOM_TO_TOP = 3Vertical text orientation from bottom to top.

AlignHorizontal#

Name说明/描 述
LEFT = 0Align text to the left.
CENTER = 1Align text to the center.
RIGHT = 2Align text to the right.

AlignVertical#

Name说明/描 述
TOP = 0Align text to the top.
CENTER = 1Align text to the center.
BOTTOM = 2Align text to bottom.

Members


void setText ( const char * text ) #

Sets the text to be displayed.

Arguments

  • const char * text - Text to be displayed.

void setFont ( const String & path ) #

Sets the font stored in the specified file.

Arguments

  • const String & path - Path to a font file.

void setFontSize ( float font_size ) #

Sets the font size.

Arguments

  • float font_size - Font size.

void setAlign ( SymbolText.AlignHorizontal align_horizontal, SymbolText.AlignVertical align_vertical ) #

Sets horizontal and vertical alignment for the text to be displayed.

Arguments

void setOrientation ( SymbolText.Orientation orientation ) #

Sets orientation for the text to be displayed (horizontal: left-to-right / right-to-left or vertical: bottom-to-top / top-to-bottom).

Arguments

Last update: 2023-04-28
Build: ()