Android Question Change Font ScrollingLabel

MarcoRome

Expert
Licensed User
Longtime User
Hi All.
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
 
Top