X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ftext%2Ftext-definitions.h;h=981c5ebaef7d990a08b99a5e40dcd1d169de6bbb;hb=bee80770f7faa39a9d71c21e4d9ccf34a47fcc2e;hp=bf13293b97d26f4353c48f28172abb0bcd173b98;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/text/text-definitions.h b/dali-toolkit/public-api/text/text-definitions.h index bf13293..981c5eb 100644 --- a/dali-toolkit/public-api/text/text-definitions.h +++ b/dali-toolkit/public-api/text/text-definitions.h @@ -19,7 +19,10 @@ */ // EXTERNAL INCLUDES -#include +#include +#include +#include +#include namespace Dali { @@ -30,15 +33,15 @@ namespace Toolkit namespace Text { -typedef TextAbstraction::FontId FontId; ///< The unique identifier for a font face (generated by FontClient) -typedef TextAbstraction::FontMetrics FontMetrics; ///< The metrics for a Font expressed in 26.6 fractional pixel format -typedef TextAbstraction::PointSize26Dot6 PointSize26Dot6; ///< The point size in 26.6 fractional points -typedef TextAbstraction::FaceIndex FaceIndex; ///< Used with fonts which allow several font faces -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::FontId FontId; ///< The unique identifier for a font face (generated by FontClient). +typedef TextAbstraction::FontMetrics FontMetrics; ///< The metrics for a Font expressed in 26.6 fractional pixel format. +typedef TextAbstraction::PointSize26Dot6 PointSize26Dot6; ///< The point size in 26.6 fractional points. +typedef TextAbstraction::FaceIndex FaceIndex; ///< Used with fonts which allow several font faces. +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 TextAbstraction::Script Script; ///< The character's script. typedef TextAbstraction::LineBreakInfo LineBreakInfo; ///< Line break info (must break, allow break, no break). Possible values are: @e LINE_MUST_BREAK, @e LINE_ALLOW_BREAK and @e LINE_NO_BREAK (in the TextAbstraction namespace).