X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-view%2Ftext-view.h;h=63ad8b4f038c848e33a80d041ab6c01fbbb4a981;hp=f98607a09b8d43208a4458d4e0bb29893f52dbef;hb=64485a966f60d59a33610e3439703dc7e7c19c32;hpb=a544935a60770da7a421b604a9e85afac71ad6b9 diff --git a/base/dali-toolkit/public-api/controls/text-view/text-view.h b/base/dali-toolkit/public-api/controls/text-view/text-view.h index f98607a..63ad8b4 100644 --- a/base/dali-toolkit/public-api/controls/text-view/text-view.h +++ b/base/dali-toolkit/public-api/controls/text-view/text-view.h @@ -108,7 +108,7 @@ public: bool visible, float descender ); - Size mSize; ///< Size of the group of characters. + Size mSize; ///< Size of the character. Vector3 mPosition; ///< Position of the character within the text view. bool mIsNewLineChar:1; ///< Whether this character represent a new line. bool mIsRightToLeftCharacter:1; ///< Whether it's a right-to-left character. @@ -223,7 +223,6 @@ public: enum ExceedPolicy { Original, ///< Will display the text in its original size. If a line, a word or a character is bigger than the TextView size it may exceed its boundary. - Truncate, ///< @deprecated. Use Fade instead. Fade, ///< Will display the text in its original size. It won't display the text which exceeds the TextView boundary. It fades the text out. Split, ///< Will split the text in a new line. ShrinkToFit, ///< Will shrink the text to fit the TextView boundary.