Added Drop Shadow properties and initial effect with Text Atlas Renderer
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-view.h
index 56ce0be..ba4d3bd 100644 (file)
@@ -76,6 +76,16 @@ public:
                                   GlyphIndex glyphIndex,
                                   Length numberOfGlyphs ) const;
 
+  /**
+   * @copydoc Dali::Toolkit::Text::ViewInterface::GetShadowOffset()
+   */
+  virtual const Vector2& GetShadowOffset() const;
+
+  /**
+   * @copydoc Dali::Toolkit::Text::ViewInterface::GetShadowColor()
+   */
+  virtual const Vector4& GetShadowColor() const;
+
 private:
 
   // Undefined