X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Flayouts%2Flayout-engine.h;h=9fa22c6fb4b381d9c38d9319e3930881f35fe7e3;hp=6b78e87e1afe178303eb3425c07b997fe704cc19;hb=c427acac5f2616578c05987c99e7b430c9ab0137;hpb=c1b19f0b24c482e2af7f555c00250bbbb32112e6 diff --git a/dali-toolkit/internal/text/layouts/layout-engine.h b/dali-toolkit/internal/text/layouts/layout-engine.h index 6b78e87..9fa22c6 100644 --- a/dali-toolkit/internal/text/layouts/layout-engine.h +++ b/dali-toolkit/internal/text/layouts/layout-engine.h @@ -107,6 +107,7 @@ public: * @param[out] layoutSize The size of the text after it has been laid-out. * @param[in] elideTextEnabled Whether the text elide is enabled. * @param[in,out] isAutoScrollEnabled If the isAutoScrollEnabled is true and the height of the text exceeds the boundaries of the control the text is elided and the isAutoScrollEnabled is set to false to disable the autoscroll + * @param[in] isAutoScrollMaxTextureExceeded If isAutoScrollMaxTextureExceeded is true, enable ellipsis during auro scroll. * @param[in] ellipsisPosition The location of the text ellipsis * * @return \e true if the text has been re-laid-out. \e false means the given width is too small to layout even a single character. @@ -115,6 +116,7 @@ public: Size& layoutSize, bool elideTextEnabled, bool& isAutoScrollEnabled, + bool isAutoScrollMaxTextureExceeded, DevelText::EllipsisPosition::Type ellipsisPosition); /**