Hey Alex: Check out CSBuilder, perfect for that. it is built into core lib. If you have trouble, post your code and there is a lot of helping hands in the forum
Sub Globals
Private BBCodeView1 As BBCodeView
Private TextEngine As BCTextEngine
Private xui As XUI
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("1")
TextEngine.Initialize(Activity)
Activity.Color = xui.Color_White
BBCodeView1.Text = $"[b]Client Name[/b]
Client address
Client Type
"$
End Sub