Text definitions added/modified 67/34767/2
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 2 Feb 2015 14:17:03 +0000 (14:17 +0000)
committerVíctor Cebollada <v.cebollada@samsung.com>
Mon, 2 Feb 2015 16:27:20 +0000 (08:27 -0800)
Change-Id: I56491acd5c1da431b6828a9e5450b49c8b445924
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
base/dali-toolkit/public-api/text/text-definitions.h

index 55510d8..554e370 100644 (file)
@@ -36,10 +36,11 @@ typedef TextAbstraction::FaceIndex       FaceIndex;       ///< Used with fonts w
 typedef TextAbstraction::GlyphIndex      GlyphIndex;      ///< Uniquely identifies a glyph within a particular font
 typedef TextAbstraction::Character       Character;       ///< A UTF-32 representation of a character
 typedef TextAbstraction::GlyphInfo       GlyphInfo;       ///< The information describing a glyph (font ID, index, metrics)
+typedef TextAbstraction::CharacterIndex  CharacterIndex;  ///< An index into an array of characters
+typedef TextAbstraction::Length          Length;          ///< The length of an array
+typedef TextAbstraction::BidiInfoIndex   BidiInfoIndex;   ///< Index to the bidirectional info for a paragraph.
 
-typedef uint32_t CharacterIndex; ///< An index into an array of characters
 typedef uint32_t GlyphIndex;     ///< An index into an array of glyphs
-typedef uint32_t Length;         ///< The length of an array
 
 } // namespace Text