In elementary_test, any textbox or label should be able to display bold and italic text.
Expected behavior
- Text inside
<b>bold</b> markup tags should be displayed in bold
- Text inside
<i>italic</i> markup tags should be displayed in italic
Actual behavior
- The text inside bold or italic markup tags is being displayed as normal text.
Steps to reproduce
In elementary_test:
Entry Style Default should display some text in bold and some in italic
Efl.CanvasTextblock style should display bold if the style string font_weight=bold is added in the text box.
Efl.CanvasTextblock style should display italic if the style string font_style=italic is added in the text box.
In elementary_test, any textbox or label should be able to display bold and italic text.
Expected behavior
<b>bold</b>markup tags should be displayed in bold<i>italic</i>markup tags should be displayed in italicActual behavior
Steps to reproduce
In elementary_test:
Entry Style Defaultshould display some text in bold and some in italicEfl.CanvasTextblock styleshould display bold if the style stringfont_weight=boldis added in the text box.Efl.CanvasTextblock styleshould display italic if the style stringfont_style=italicis added in the text box.