Ellipsis sometimes appears incorrect when mixed with RTL + LTR accepted/tizen/5.5/unified/20200121.041230 submit/tizen_5.5/20200120.082613
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 15 Jan 2020 06:11:27 +0000 (15:11 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 17 Jan 2020 00:52:40 +0000 (09:52 +0900)
commitf5d617ad24274c6c800fa83b021956967eee74a5
treeddf2d5c379a0527668aaf3b127470f8accac0117
parente7aa41cde89513cc836f01de69652d37cf562de0
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