X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmulti-language-support.h;h=7e47fd2220bec0ed63d4206e5c3a6d50c94e4496;hp=a22676c67bdaa397fd9113c9fc311eb5c7518636;hb=5b3cf0e6742934674bdf62bbe15af00e39eae566;hpb=2d1ba388f9a941d273e95d729b9662cc1cdad822 diff --git a/dali-toolkit/internal/text/multi-language-support.h b/dali-toolkit/internal/text/multi-language-support.h index a22676c..7e47fd2 100644 --- a/dali-toolkit/internal/text/multi-language-support.h +++ b/dali-toolkit/internal/text/multi-language-support.h @@ -42,8 +42,6 @@ class MultilanguageSupport; } // Internal -class LogicalModel; - /** * @brief Sets the character's scripts to the model and validates the fonts set by the user or assigns default ones. */ @@ -91,11 +89,9 @@ public: * script of the first character of the paragraph with a defined script. * * @param[in] text Vector of UTF-32 characters. - * @param[in] lineBreakInfo Vector with the line break info. * @param[out] scripts Vector containing the script runs for the whole text. */ void SetScripts( const Vector& text, - const Vector& lineBreakInfo, Vector& scripts ); /**