All I was saying about the @2x issue is that Corona silently uses best available, whereas font manager gives a warning. Should be easy enough to fix on my end.
Okay, I thought my new issue was solvable, but now I’m not so sure…
fontmanager.lua:54: bad argument #1 to 'lines' (FILE\* expected, got nil)
Usually this is just me getting tripped up over not setting the right fonts directory, but I’ve made that change and it still can’t find the file.
BitmapFont.fontDirectory = "assets/fonts" -- where font files are, fnt and png.
My basic structure is app/assets/fonts for the font, app/code/ for the font manager
EDIT: Yeah, it’s definitely crashing because it lacks the @2x asset. Simply copying the .fnt and .png and adding the @2x issue stop the crash. I will look into adding fallback code.