Resolve incorrect position for Ellipsis when mixed LTR & RTL languages and set layout...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / markup-processor-color.h
index 89e9d2a..02210fb 100644 (file)
@@ -25,11 +25,20 @@ namespace Toolkit
 namespace Text
 {
 struct Tag;
+struct Attribute;
 struct ColorRun;
 
 /**
  * @brief Retrieves the color value from the tag and sets it to the color run.
  *
+ * @param[in] attribute the color attribute.
+ * @param[in,out] colorRun The color run.
+ */
+void ProcessColor(const Attribute& attribute, ColorRun& colorRun);
+
+/**
+ * @brief Retrieves the color value from the tag and sets it to the color run.
+ *
  * @param[in] tag The color tag and its attributes.
  * @param[in,out] colorRun The color run.
  */