Hi All.
i am trying to change the font to the scrollinglabel, but that way it doesn't work
Any idea ?
Thank you
i am trying to change the font to the scrollinglabel, but that way it doesn't work
B4X:
Dim font_utilizzo As Typeface
font_utilizzo = Typeface.LoadFromAssets("name.ttf")
ScrollingLabel1.mBase.Font = xui.CreateFont(font_utilizzo,14)
Any idea ?
Thank you