Hi guys!
I can’t use my custom font.
This is my code:
local aaa = display.newText( "Hello World!", 100, 200, "SouciSansNF.ttf", 40 ) scrollView:insert(aaa)
The file SouciSansNF.ttf is in the root of my app, with main.lua.
I can see “Hello world” but is too small and it seems that font is not working properly.
I tried with 2/3 fonts but nothing has changed.
I’m still working on the emulator.
What can i do?
Thanks a lot