X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fline-run.h;h=7df4bec84a6a699527cde4136fec12358d315cd6;hp=fd5371dc4aff754fc8dd9b43319e31f81d68814c;hb=438b85b845eb6ce7d1d8f800be64704b74838b59;hpb=56d412791a44c2a79135d2293c13fddb135c9d54 diff --git a/dali-toolkit/internal/text/line-run.h b/dali-toolkit/internal/text/line-run.h index fd5371d..7df4bec 100644 --- a/dali-toolkit/internal/text/line-run.h +++ b/dali-toolkit/internal/text/line-run.h @@ -38,11 +38,12 @@ namespace Text */ struct LineRun { - 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. - float extraLength; ///< The length of the white spaces at the end of the line. + 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. + float extraLength; ///< The length of the white spaces at the end of the line. + CharacterDirection direction; ///< Direction of the first character of the paragraph. }; } // namespace Text