Hi, I need to use icons on some labels. I downloaded the fontawesome Ttf and copied it as an additional file in the project, then I wrote the following code to use the icon but a part of the word is also converted into an icon, why?
This is the result:
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
Dim myfont As Typeface = Typeface.LoadFromAssets("fontawesome5.ttf")
Label1.Typeface = myfont
Label1.Text = Chr(0xf4d3) & " SOSPENDI"
End Sub
This is the result: