Why isn’t my font working? I’m using Quicksand (quicksand.ttf), and I followed all the instructions in http://www.coronalabs.com/blog/2011/07/13/custom-fonts-corona/.
UIAppFonts = { "quicksand.ttf" }
And then:
myText = display.newText("10" , 0, 0, Quicksand, 20)
All I get is the native.systemFont (I think it’s Helvetica). Is it just the simulator? I’m using windows, but because it’s a .ttf it means that it should be shown on the Windows Simulator.
Thanks guys!