X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fline-run.h;h=aedd3f7030c7385c998a37eb743baae9d0e65601;hb=0a88df264063357348ba3e2caee1258e90e55cfb;hp=ad25d594e64a234348ddab1fdc400b55206cfd52;hpb=a314b4d8d02b983f50b5faafb225f0f3e4593a45;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/line-run.h b/dali-toolkit/internal/text/line-run.h index ad25d59..aedd3f7 100644 --- a/dali-toolkit/internal/text/line-run.h +++ b/dali-toolkit/internal/text/line-run.h @@ -18,8 +18,11 @@ * */ +// EXTERNAL INCLUDES +#include + // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -35,9 +38,10 @@ namespace Text */ struct LineRun { - GlyphIndex glyphIndex; ///< The initial glyph index. - Length numberOfGlyphs; ///< The number of characters of the run. - // VCC More info to be added. i.e the size, ... + GlyphIndex glyphIndex; ///< The initial glyph index. + Length numberOfGlyphs; ///< The number of glyphs of the run. + CharacterRun characterRun; ///< The initial character and the number of characters. + Size lineSize; ///< The size of the line. }; } // namespace Text