X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-view-interface.h;h=4220b662000090f7a76c200d9bae9e2fba619c72;hp=d005a4a36fcff753f5dd77c844164c0eaa72a751;hb=77af5d8a3230bf16729573df1866be763938ca40;hpb=a117d2b75fc50a0e12ce7c5ffc1f6ad88c9fbc35 diff --git a/dali-toolkit/internal/text/text-view-interface.h b/dali-toolkit/internal/text/text-view-interface.h index d005a4a..4220b66 100644 --- a/dali-toolkit/internal/text/text-view-interface.h +++ b/dali-toolkit/internal/text/text-view-interface.h @@ -18,6 +18,9 @@ * */ +// EXTERNAL INCLUDES +#include + // INTERNAL INCLUDES #include @@ -84,6 +87,20 @@ public: virtual void GetGlyphPositions( Vector2* glyphPositions, GlyphIndex glyphIndex, Length numberOfGlyphs ) const = 0; + + /** + * @brief Retrieves the shadow offset, 0,0 indicates no shadow. + * + * @return The shadow offset. + */ + virtual const Vector2& GetShadowOffset() const = 0; + + /** + * @brief Retrieves the shadow color. + * + * @return The shadow color. + */ + virtual const Vector4& GetShadowColor() const = 0; }; } // namespace Text