X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fline-run.h;h=9023121f3a3574139ef15bb1a20082bf9890210f;hb=e5d379064ba0e9a68d1d2680906952dbde263f34;hp=52df79edeb8c26b110f161f135d026c62a3e72e7;hpb=522fdef5220890d655c8bb777b15574667a931b6;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 52df79e..9023121 100644 --- a/dali-toolkit/internal/text/line-run.h +++ b/dali-toolkit/internal/text/line-run.h @@ -43,6 +43,7 @@ struct LineRun float descender; ///< The line's descender. float extraLength; ///< The length of the white spaces at the end of the line. float alignmentOffset; ///< The horizontal alignment offset. + float lineSpacing; ///< The line's spacing CharacterDirection direction : 1; ///< Direction of the first character of the paragraph. bool ellipsis : 1; ///< Wheter ellipsis is added to the line. };