Ellipsis sometimes appears incorrect when mixed with RTL + LTR 52/222452/6
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 15 Jan 2020 06:11:27 +0000 (15:11 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Thu, 16 Jan 2020 08:19:44 +0000 (17:19 +0900)
commitf0297c0a6b916f97737e3e1b46b6368cfb59b997
tree7ae7425a5b2eea5808210a4847f77fbad310a896
parent9f54772edf30c4bc7a8ce3bcc175fd2017f2c3d3
Ellipsis sometimes appears incorrect when mixed with RTL + LTR

sample)
    textRTL = TextLabel::New("فصل 3 قسط  6 - Line of Duty");
    textRTL.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    textRTL.SetSize( 320, 200.f);
    textRTL.SetProperty( TextLabel::Property::POINT_SIZE, 20.f);
    textRTL.SetPosition(  50.f, 300.f);
    stage.Add( textRTL );

Change-Id: Ice8186431b6914286a99366a8c3347529dbb0c1c
automated-tests/src/dali-toolkit-internal/utc-Dali-Text-ViewModel.cpp
dali-toolkit/internal/text/rendering/view-model.cpp