You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the merge of PR #441, this is no longer an issue if using fontconfig. To do so:
install it with vcpkg by running vcpkg install fontconfig:x64-windows
then it needs to be enabled in the configure.bat by settting -Dfontconfig=true
also, the ambient variable fontconfig_file must be set to the location of the file fonts.conf of your fontconfig instalation, eg: C:\src\vcpkg\installed\x64-windows\tools\fontconfig\fonts\fonts.conf.
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 Default
should display some text in bold and some in italicEfl.CanvasTextblock style
should display bold if the style stringfont_weight=bold
is added in the text box.Efl.CanvasTextblock style
should display italic if the style stringfont_style=italic
is added in the text box.The text was updated successfully, but these errors were encountered: