fixed align problems when whitespaces are included 72/229272/5
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 31 Mar 2020 01:30:13 +0000 (10:30 +0900)
committerjoogab yun <joogab.yun@samsung.com>
Wed, 1 Apr 2020 01:01:04 +0000 (01:01 +0000)
commitf0a1fb9982926ad4d3650637abbc50d4b1439b0b
treef84d8321bb605a4f56ef63297731e239c266697d
parentd2cdde0eee85a647482f871d1b467fdf0c57ab73
fixed align problems when whitespaces are included

    TextLabel ellipsisTest = TextLabel::New( "abcde abced                                ");
    ellipsisTest.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    ellipsisTest.SetProperty(TextLabel::Property::POINT_SIZE, 34.f);
    ellipsisTest.SetPosition(100.f, 600.f);
    ellipsisTest.SetSize( 344.f, 100.f);
    ellipsisTest.SetProperty(TextLabel::Property::HORIZONTAL_ALIGNMENT, "CENTER");
    stage.Add( ellipsisTest );

Change-Id: I1641df673a9407e085da8645737f292d73fc8f0f
dali-toolkit/internal/text/layouts/layout-engine.cpp