Hi,
I want to change my custom font in bbscrollinglabel or xui scrollinglabel.
I use cs builder for it. But it does not work.
I want to change my custom font in bbscrollinglabel or xui scrollinglabel.
I use cs builder for it. But it does not work.
B4X:
Dim cs As CSBuilder
cs.Initialize.Size(16).Typeface(share.customfont).Color(Colors.Black).Append(string1).PopAll
myscrollinglabel.Text = cs