X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller.h;h=d37efabc7b862663cfbf79a5d7094dcc5926ddaf;hp=076897ae044cbe3f009d8767102ca2e41f38c5a0;hb=c11c7538e070434e84856ebd4af000dff4ca3f9a;hpb=52117490d94d8242addbe1608efe64364fdb308a diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index 076897a..d37efab 100644 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -243,14 +243,14 @@ public: bool IsUnderlineEnabled() const; /** - * @brief Set the override used for underline height, 0 indicates height will be supplied by adaptor + * @brief Set the override used for underline height, 0 indicates height will be supplied by font metrics * * @param[in] height The height in pixels of the underline */ void SetUnderlineHeight( float height ); /** - * @brief Retrieves the override height of an underline, 0 indicates height is supplied by adaptor + * @brief Retrieves the override height of an underline, 0 indicates height is supplied by font metrics * * @return The height of the underline, or 0 if height is not overrided. */ @@ -427,11 +427,6 @@ protected: private: /** - * @brief Request a relayout using the ControlInterface. - */ - void RequestRelayout(); - - /** * @brief Private constructor. */ Controller( ControlInterface& controlInterface ); @@ -446,12 +441,6 @@ private: struct Impl; Impl* mImpl; - - // Avoid allocating this when the user does not specify a font - struct FontDefaults; - - // Avoid allocating this for non-editable controls - struct TextInput; }; } // namespace Text