Merge "Add a callback to get textfitted font size." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller-impl.h
index 23d5d86..814f3a8 100644 (file)
@@ -911,6 +911,7 @@ public:
   float mTextFitMaxSize;               ///< Maximum Font Size for text fit. Default 100
   float mTextFitStepSize;              ///< Step Size for font intervalse. Default 1
   bool  mTextFitEnabled : 1;           ///< Whether the text's fit is enabled.
+  float mTextFitChanged;               ///< Whether the text fit property has changed.
   float mFontSizeScale;                ///< Scale value for Font Size. Default 1.0
   bool  mIsLayoutDirectionChanged : 1; ///< Whether the layout has changed.