[4.0] Support custom fonts registration
[platform/core/uifw/dali-adaptor.git] / text / dali / devel-api / text-abstraction / font-client.h
index 8c8cfca..cf0c0b1 100644 (file)
@@ -405,6 +405,15 @@ public:
    */
   bool IsColorGlyph( FontId fontId, GlyphIndex glyphIndex );
 
+  /**
+   * @brief  Add custom fonts directory
+   *
+   * @param[in] path to the fonts directory
+   *
+   * @return true if the fonts can be added.
+   */
+  bool AddCustomFontDirectory( const char* path );
+
 public: // Not intended for application developers
   /**
    * @brief This constructor is used by FontClient::Get().