Hello there Kynect@daniJVV,
You're looking to add some formatting options to text labels in your project using Gui Guider for the RT1176 custom board. While Gui Guider may not currently have built-in support for bold, italic, or line feed formatting in text labels, you can achieve similar effects by customizing the code.
To add bold or italic formatting to specific parts of text in a label, you can use HTML-like tags or escape sequences to indicate the formatting. For example:
To make text bold: <b>Bold Text</b>
To make text italic: <i>Italic Text</i>
If you're unable to add these tags directly within the Gui Guider interface, you may need to modify the generated code manually after exporting from Gui Guider.
As for line feeds, you mentioned that you're able to customize the code to include line breaks (\n). If this is not possible directly within the Gui Guider interface, you may need to manually add line breaks in the code editor after exporting your project.
While it's always great to provide feedback and suggestions for improvement to the developers of Gui Guider, you can also explore alternative approaches to achieve the desired formatting within your project using the available customization options.
Overall, Gui Guider can indeed be a powerful tool for developing GUIs, and with some additional customization, you can enhance the visual appearance and usability of your applications.
Best Regards,
Kynect