Hi.
Still struggling, either it me, or its the documentation,
Im trying to change the typeface to something called segment.ttf
in the doc it says:
Loads a font file, that was added with the file manager.
Example:
Dim MyFont As Typeface
MyFont = Typeface.LoadFromAssets("MyFont.ttf")
EditText1.Typeface = MyFont
seems simple enough, but how this is done it don't' say,
Does it mean the file tab in the right corner, or another file manager??
Have tried that, but not able to load any ttf file...
tore