Spannable: Add CharacterSpacing span
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / logical-model-impl.h
index 546e308..1c18010 100644 (file)
@@ -265,6 +265,7 @@ public:
   bool                      mSpannedTextPlaced : 1;  ///< Whether the spanned-text is placed.
 
   bool mUnderlineRunsUpdated : 1; /// Whether the UnderlinedCharacterRuns is updated. (Added for SpannedText)
+  bool mCharacterSpacingRunsUpdated : 1; // Flag for updating character-spacing.
 };
 
 } // namespace Text