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)
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


No differences found