2026-03-04 11:47 PM
Hi,
Is underline of text supported by TGFX or will that be part of the ttf-files in Typographies?
The goal is a text like this: "Press SETTINGS now."
Solved! Go to Solution.
2026-03-05 7:07 AM
Hello @KRasm.2.
To underline text, you need to include an underline-specific font in your project. The same applies if you want e.g. italic text.
However, since we are specifically talking about underlining here, it is also possible to implement this manually. One way is to use a thin box with the same color as the text area and place it along the bottom edge of the text area widget.
Best regards,
Johan
2026-03-05 7:07 AM
Hello @KRasm.2.
To underline text, you need to include an underline-specific font in your project. The same applies if you want e.g. italic text.
However, since we are specifically talking about underlining here, it is also possible to implement this manually. One way is to use a thin box with the same color as the text area and place it along the bottom edge of the text area widget.
Best regards,
Johan