thank you very much
I will check the path and case sensitive. I will Know you about.
Instead about Loadfont
I have paste your code and create a simple project.
the code is :
SetVirtualResolution( 1280, 800 )
font=loadfont("Script MT Bold")
logo=CreateText("My Font App")
SetTextFont ( logo , font )
SettextSize(font,80)
do
Sync()
loop
When Run on PC is all Ok , but when I Broadcast on tablet Andoid the font is not the same (it seems to be the default pc font MS Sans Serif that is not a ttf font)
you can see the image I attach.
Can you help me to resolve this ?
thanks in advance.