Add GetFontRuns and GetFontDescriptionRuns into ModelInterface
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-model.h
index a3a42a2..0e224e5 100644 (file)
@@ -344,6 +344,16 @@ public:
    */
   const Vector<CharacterSpacingGlyphRun>& GetCharacterSpacingGlyphRuns() const override;
 
+  /**
+   * @copydoc ModelInterface::GetFontRuns()
+   */
+  const Vector<FontRun>& GetFontRuns() const override;
+
+  /**
+   * @copydoc ModelInterface::GetFontDescriptionRuns()
+   */
+  const Vector<FontDescriptionRun>& GetFontDescriptionRuns() const override;
+
 private: // Private contructors & copy operator.
   /**
    * @brief Private constructor.