TextModel - Create paragraph info for a given range of characters inside a text.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-definitions.h
index dbb29cd..0e9fb3f 100644 (file)
@@ -52,12 +52,14 @@ typedef TextAbstraction::LineBreakInfo      LineBreakInfo;      ///< Line break
 typedef TextAbstraction::WordBreakInfo      WordBreakInfo;      ///< Word break info (break, no break). Possible values are: @e WORD_BREAK and @e WORD_NO_BREAK (in the TextAbstraction namespace).
 typedef TextAbstraction::CharacterDirection CharacterDirection; ///< The character's direction: @e false is left to right, @e true is right to left.
 
-typedef uint32_t                         GlyphIndex;            ///< An index into an array of glyphs.
-typedef uint32_t                         ScriptRunIndex;        ///< An index into an array of script runs.
-typedef uint32_t                         FontRunIndex;          ///< An index into an array of font runs.
-typedef uint32_t                         UnderlineRunIndex;     ///< An index into an array of underline runs.
-typedef uint32_t                         BidirectionalRunIndex; ///< An index into an array of font runs.
-typedef uint32_t                         LineIndex;             ///< An index into an array of lines.
+typedef uint32_t                         GlyphIndex;                ///< An index into an array of glyphs.
+typedef uint32_t                         ScriptRunIndex;            ///< An index into an array of script runs.
+typedef uint32_t                         FontRunIndex;              ///< An index into an array of font runs.
+typedef uint32_t                         UnderlineRunIndex;         ///< An index into an array of underline runs.
+typedef uint32_t                         BidirectionalRunIndex;     ///< An index into an array of bidirectional info.
+typedef uint32_t                         BidirectionalLineRunIndex; ///< An index into an array of bidirectional line info.
+typedef uint32_t                         LineIndex;                 ///< An index into an array of lines.
+typedef uint32_t                         ParagraphRunIndex;         ///< An index into an array of paragraphs.
 
 } // namespace Text