Fix for multi-language support.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / multi-language-helper-functions.h
index b73da2f..8052638 100644 (file)
@@ -39,6 +39,7 @@ namespace Text
  *
  * @param[in] fontDescriptions The font descriptions.
  * @param[out] fontIds The font id for each character.
+ * @param[out] isDefaultFont Whether the font is a default one.
  * @param[in] defaultFontDescription The default font description.
  * @param[in] defaultPointSize The default font size.
  * @param[in] startIndex The character from where the fonts are merged.
@@ -46,6 +47,7 @@ namespace Text
  */
 void MergeFontDescriptions( const Vector<FontDescriptionRun>& fontDescriptions,
                             Vector<FontId>& fontIds,
+                            Vector<bool>& isDefaultFont,
                             const TextAbstraction::FontDescription& defaultFontDescription,
                             TextAbstraction::PointSize26Dot6 defaultPointSize,
                             CharacterIndex startIndex,