X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Flayouts%2Flayout-parameters.h;h=5deb666b42af50952eead4d8070df28587c872c2;hb=refs%2Fchanges%2F97%2F153897%2F12;hp=fa33087626b43d83338f022e9cd7532645a2a2b1;hpb=b5e36d614c9e00fb2295a7a0e7ad6f86ad744fc2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/layouts/layout-parameters.h b/dali-toolkit/internal/text/layouts/layout-parameters.h index fa33087..5deb666 100644 --- a/dali-toolkit/internal/text/layouts/layout-parameters.h +++ b/dali-toolkit/internal/text/layouts/layout-parameters.h @@ -22,6 +22,7 @@ #include // INTERNAL INCLUDES +#include #include #include @@ -72,7 +73,7 @@ struct Parameters const GlyphIndex* const charactersToGlyphsBuffer, const Length* const glyphsPerCharacterBuffer, Length totalNumberOfGlyphs, - HorizontalAlignment horizontalAlignment, + Text::HorizontalAlignment::Type horizontalAlignment, LineWrap::Mode lineWrapMode ) : boundingBox( boundingBox ), textBuffer( textBuffer ), @@ -111,7 +112,7 @@ struct Parameters GlyphIndex startGlyphIndex; ///< Index to the first glyph to layout. Length numberOfGlyphs; ///< The number of glyphs to layout. Length totalNumberOfGlyphs; ///< The number of glyphs. - HorizontalAlignment horizontalAlignment; ///< The horizontal alignment. + HorizontalAlignment::Type horizontalAlignment; ///< The horizontal alignment. LineIndex startLineIndex; ///< The line index where to insert the new lines. Length estimatedNumberOfLines; ///< The estimated number of lines. LineWrap::Mode lineWrapMode; ///< The line wrap mode for moving to next line.