Support character-spacing tag in markup
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit-internal / dali-toolkit-test-utils / toolkit-text-utils.cpp
index e22071a..e8bbb21 100644 (file)
@@ -116,7 +116,8 @@ void CreateTextModel(const std::string&                text,
                                       logicalModel->mUnderlinedCharacterRuns,
                                       logicalModel->mBackgroundColorRuns,
                                       logicalModel->mStrikethroughCharacterRuns,
-                                      logicalModel->mBoundedParagraphRuns);
+                                      logicalModel->mBoundedParagraphRuns,
+                                      logicalModel->mCharacterSpacingCharacterRuns);
 
   Length         textSize = 0u;
   const uint8_t* utf8     = NULL;