diff options
Diffstat (limited to 'Runtime/GUI/UITextMesh.cpp')
-rw-r--r-- | Runtime/GUI/UITextMesh.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Runtime/GUI/UITextMesh.cpp b/Runtime/GUI/UITextMesh.cpp index 39bed55..24aff47 100644 --- a/Runtime/GUI/UITextMesh.cpp +++ b/Runtime/GUI/UITextMesh.cpp @@ -53,15 +53,15 @@ InitializeStaticVariables([]() { }); UITextMesh::UITextMesh( - const UnicodeString& str // 文本 - , Font* font // 字体 - , int pixelSize // 大小 - , int lineHeight // 行高 - , Color32 color32 // 颜色 - , ETextAnchor anchor // 锚点 - , ETextAlignment alignment // 对齐方式 - , bool wordwrap // 自动换行 - , float preferred // 自动换行区域大小 + const UnicodeString& str // 文本 + , Font* font // 字体 + , int pixelSize // 大小 + , int lineHeight // 行高 + , Color32 color32 // 颜色 + , ETextAnchor anchor // 锚点 + , ETextAlignment alignment // 对齐方式 + , bool wordwrap // 自动换行 + , float preferred // 自动换行区域大小 ){ s_TextInfos.clear(); |