X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-view-interface.h;h=24fcfffacea65619ab2400e3f6d3e49550e47d9f;hb=c70520ff81c009acafc2a2cfd1ac38adb64ffcae;hp=98b420d100dd35d70361da9d3ac47ae872b06c73;hpb=6a219d0bbcfd016e24b5466d5fb1a666c92feae5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-view-interface.h b/dali-toolkit/internal/text/text-view-interface.h index 98b420d..24fcfff 100644 --- a/dali-toolkit/internal/text/text-view-interface.h +++ b/dali-toolkit/internal/text/text-view-interface.h @@ -109,35 +109,35 @@ public: * * @return Pointer to the vector of colors. */ - virtual const Vector4* const GetColors() const = 0; + virtual const Vector4* GetColors() const = 0; /** * @brief Retrieves the vector of indices to the vector of colors. * * @return Pointer to a vector which stores for each glyph the index to the vector of colors. */ - virtual const ColorIndex* const GetColorIndices() const = 0; + virtual const ColorIndex* GetColorIndices() const = 0; /** * @brief Retrieves the vector of background colors. * * @return Pointer to the vector of background colors. */ - virtual const Vector4* const GetBackgroundColors() const = 0; + virtual const Vector4* GetBackgroundColors() const = 0; /** * @brief Retrieves the vector of indices to the vector of background colors. * * @return Pointer to a vector which stores for each glyph the index to the vector of background colors. */ - virtual const ColorIndex* const GetBackgroundColorIndices() const = 0; + virtual const ColorIndex* GetBackgroundColorIndices() const = 0; /** * @brief checks if there is background colors set using markup. * * @return boolean if there is background colors set using markup . */ - virtual bool const IsMarkupBackgroundColorSet() const = 0; + virtual bool IsMarkupBackgroundColorSet() const = 0; /** * @brief Retrieves the text color @@ -175,6 +175,13 @@ public: virtual bool IsUnderlineEnabled() const = 0; /** + * @brief checks if there is underline set using markup. + * + * @return boolean if there is underline set using markup. + */ + virtual bool IsMarkupUnderlineSet() const = 0; + + /** * @brief Returns the hyphens glyph info. * * @return hyphens glyph info. @@ -311,6 +318,13 @@ public: virtual bool IsStrikethroughEnabled() const = 0; /** + * @brief checks if there is strikethrough set using markup. + * + * @return boolean if there is strikethrough set using markup. + */ + virtual bool IsMarkupStrikethroughSet() const = 0; + + /** * @brief Retrieves the strikethrough height override * * @return Returns the override height for a strikethrough, 0 indicates that adaptor will determine the height @@ -339,20 +353,6 @@ public: virtual const Vector& GetBoundedParagraphRuns() const = 0; /** - * @brief Retrieves the number of character-spacing glyph runs. - * - * @return The number of character-spacing glyph runs. - */ - virtual Length GetNumberOfCharacterSpacingGlyphRuns() const = 0; - - /** - * @brief Retrieves the reference for character-spacing glyph runs. - * - * @return The reference for character-spacing glyph runs. - */ - virtual const Vector& GetCharacterSpacingGlyphRuns() const = 0; - - /** * @brief Retrieves the strikethrough runs. * * @param[out] strikethroughRuns Pointer to a buffer where the strikethrough runs are copied. @@ -370,7 +370,7 @@ public: * * @return characterSpacing. */ - virtual const float GetCharacterSpacing() const = 0; + virtual float GetCharacterSpacing() const = 0; /** * @brief The text buffer.