Support custom fonts registration
[platform/core/uifw/dali-adaptor.git] / dali / internal / text / text-abstraction / font-client-plugin-impl.h
index da207d5..9bbc70c 100644 (file)
@@ -329,6 +329,11 @@ struct FontClient::Plugin
    */
   FT_FaceRec_* GetFreetypeFace( FontId fontId );
 
+  /**
+   * @copydoc Dali::TextAbstraction::FontClient::AddCustomFontDirectory()
+   */
+  bool AddCustomFontDirectory( const FontPath& path );
+
 private:
 
   /**