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
The line text_style.set_extended_font_data(family='Arial', italic=False, bold=True) produces text in ITALIC instead of BOLD. When setting italic=True, bold=False the text is in BOLD instead of ITALIC. So it seems to be that they are actually reversed.
The text was updated successfully, but these errors were encountered:
Hi! When using something like this:
The line text_style.set_extended_font_data(family='Arial', italic=False, bold=True) produces text in ITALIC instead of BOLD. When setting italic=True, bold=False the text is in BOLD instead of ITALIC. So it seems to be that they are actually reversed.
The text was updated successfully, but these errors were encountered: