[AT-SPI] Support for hidden text added
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / hidden-text.h
index 70d4a82..b13c263 100644 (file)
@@ -32,6 +32,9 @@ namespace Toolkit
 {
 namespace Text
 {
+
+static constexpr const uint32_t STAR = 0x2A; // Set default substitute character as '*'
+
 /**
  * Class to handle the hidden text
  */