How to add underline to text

Hi,
How to add underline to text?

The text_font_style only supports “normal”, “italic”, “bold”, but no underline.

Currently we don’t support underline, because HTML canvas doesn’t support this. Though it could be implemented, similarly to how we support multi-line text. You can start a feature issue for this on GitHub.