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