X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=automated-tests%2Fsrc%2Fdali-toolkit-internal%2Fdali-toolkit-test-utils%2Ftoolkit-text-utils.h;h=389d72d0d89de8fd90778f2870a0ee9d3a02db25;hb=48000ec3ab1ca2d1f8001d192112e32357bb1dfc;hp=0b9f5926c6428964267df7a5aca06dcf288330ac;hpb=2d3b65beba8590908a3a36183c4067e5ac0a51f8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/toolkit-text-utils.h b/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/toolkit-text-utils.h index 0b9f592..389d72d 100644 --- a/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/toolkit-text-utils.h +++ b/automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/toolkit-text-utils.h @@ -59,6 +59,7 @@ struct LayoutOptions * @param[in] wrapMode Line wrap mode. * @param[in] ellipsisEnabled Whether the ellipsis layout option is enabled. * @param[in] ellipsisPosition Where is the location the text elide. + * @param[in] lineSpacing The height of the line in points. */ void CreateTextModel( const std::string& text, const Size& textArea, @@ -70,7 +71,8 @@ void CreateTextModel( const std::string& text, bool markupProcessorEnabled, LineWrap::Mode wrapMode, bool ellipsisEnabled, - DevelText::EllipsisPosition::Type ellipsisPosition); + DevelText::EllipsisPosition::Type ellipsisPosition, + float lineSpacing); /** * @brief Configures the text @p controller similarly to the one configured by the text-label.