summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp')
-rw-r--r--src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp b/src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp
index 7fc39ccc..6eb56109 100644
--- a/src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp
+++ b/src/Runtime/Source/Qt3DSRuntimeRender/GraphObjects/Qt3DSRenderText.cpp
@@ -42,6 +42,8 @@ STextRenderInfo::STextRenderInfo()
, m_DropShadowOffset(10)
, m_DropShadowHorizontalAlignment(TextHorizontalAlignment::Right)
, m_DropShadowVerticalAlignment(TextVerticalAlignment::Bottom)
+ , m_WordWrap(TextWordWrap::WrapWord)
+ , m_BoundingBox(QT3DSVec2(0 ,0))
, m_ScaleX(0)
, m_ScaleY(0)
, m_EnableAcceleratedFont(false)