I am looking to replicate the appearance of the
tag from html within a text component as a means of dividing different sections of information. I would prefer this occur within script rather than via editor.
If this can not be done, is there a way to emulate this appearance via the use of multiple text components or other UI elements. Preferably i would just like to use 1 text component because it keeps the script cleaner, but i’ll take what I can get.
Below is an example of the appearance i am looking to emulate.

Edit: a possible solution that I require some help implementing would be to insert X amount of the _ symbol to substitute a true
type feature. If you know of a way to find the width of the text component after all of its text has been added, and then translate that into a number of symbols to be inserted without making the window any wider (important), please inform me of how to do that as it is a solution I will readily accept.
