Hi Corona team,
I’m using custom ttf fonts in my game, but they don’t load. I was trying these calls:
local font = "Edson\_Comics\_Bold"; --font file name without extension local font = "Edson\_Comics\_Bold.ttf"; --full font filename local font = "Edson\_Comics Bold"; --the name appearing in windows control panel local font = "Edson\_Comics\_Bold Bold"; --the name appearing in headline after opening the font details i windows control panel
but none of them worked for me. Could write the proper way to define a custom font, plase?
Thanks,
Olaf