Skip to content

elementary_test: italic and bold #419

@joaoantoniocardoso

Description

@joaoantoniocardoso

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugwindows-nativeRelated to port of EFL to natively compile in Windows with clang-cl

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions