What if i want to change the color and size of only a part of the text?

I’m getting frustrated because I’ve realized that when using text in the UI, I need to change everything.

Standard text blocks offer minimal functionality, with colors and fonts applied globally. This serves its own purpose, so it is not an issue.

The problem lies with the rich text feature; despite its name, its functionality is very poor and it’s less useful than a regular text block. We have to configure unnecessary parameters using decorators to handle font size or color changes.

Furthermore, since i cannot specify the font size for each individual widget, i have to create styles that differ in size by just one or two points.When color variations are also taken into account, the number of styles increases exponentially.

Does anyone know of a more decent text block?Please let me know if there is a method or a plugin that allows for individual color changes, resizing, and image embedding.

Does really no one know? Are you all really putting up with using that awful RichText?

Yes. But I sympathise.

:cry:

I’ve tried every possible method, but since most functions are “intentionally” blocked, there is nothing I can do with Blueprints.

We can override the default style, but for some reason, we cannot change the other styles.

Decorators cannot be created using Blueprints. However, image decorators are available. Why?

This is a bit excessive, but I thought that by creating the data table in Blueprint, I could partially override all the styles. The result was that I got stuck because there was no way to add a row to the data table.

Frustratingly, it seems that in previous versions, it was possible to specify and modify styles partially. They should have made it a separate widget class or left it as an option.

It is truly infuriating to try to recreate a feature that used to be available, only to realize in the end that it is impossible.