Add different fonts to texts in the same Text object

I need to display a couple of lines on the screen with a few words being bold and italicized in between.

Currently, each text is one text object until the font style is not modified, and then they are aligned right beside each other.
Example: ‘I need to a solution to this problem.
So, 'I need a ', 'solution ', 'to this ', and ‘problem’ are four separate text objects, and these are aligned to look like one whole text.

Is there a neat way of doing this?
With the approach I’m using it gets slightly complicated when I want to break the text into multiple lines depending on the device’s width.

Bookmarked but never used before:


1 Like