tried several fonts
always not initialized, what's going wrong?
sample project is attached
always not initialized, what's going wrong?
sample project is attached
B4X:
myfont.LoadFromAssets("mufont.ttf")
If myFont.IsInitialized Then
Label1.Typeface=myFont
label1.Text=Asc(69)
Else
ToastMessageShow("font not initialized",True)
End If