Commit 51956480b5e4d4df46ca275761012fc7fb589ef5
1 parent
bc208134
Text renderer not using default backend in emoji example
Change-Id: I9fb727955e339e123f5ca92fbc15a7d2d1479939 Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Showing
1 changed file
with
0 additions
and
1 deletions
examples/text-label-emojis/text-label-emojis.cpp
| ... | ... | @@ -73,7 +73,6 @@ public: |
| 73 | 73 | label.SetParentOrigin( ParentOrigin::TOP_CENTER ); |
| 74 | 74 | label.SetAnchorPoint( AnchorPoint::TOP_CENTER ); |
| 75 | 75 | label.SetProperty( TextLabel::Property::MULTI_LINE, true ); |
| 76 | - label.SetProperty( TextLabel::Property::RENDERING_BACKEND, 0 ); | |
| 77 | 76 | label.SetProperty( TextLabel::Property::TEXT, text ); |
| 78 | 77 | mLayout.AddLabel( label ); |
| 79 | 78 | mLayout.TouchedSignal().Connect( this, &EmojiExample::OnTouchEvent ); | ... | ... |