X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-model-interface.h;h=812ba7c748e63fc34bc2d40f382e57cb97d24a61;hp=a301d0304de8dc7cb6f3e11065cccfa90f5eab39;hb=528aa3699cd51dab5115bca1aaebb65d4bc67c15;hpb=d82494a77e405d5924cf1af3fe55b2d9b9577e3f diff --git a/dali-toolkit/internal/text/text-model-interface.h b/dali-toolkit/internal/text/text-model-interface.h index a301d03..812ba7c 100755 --- a/dali-toolkit/internal/text/text-model-interface.h +++ b/dali-toolkit/internal/text/text-model-interface.h @@ -162,6 +162,20 @@ public: virtual const ColorIndex* const 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; + + /** + * @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; + + /** * @brief Retrieves the text's default color. * * @return The default color.