In my game,font looks different on simulator and mobile.I put the same specifications of phone (Honor 9i) in simulator.But the phone output (font) is weird.
In simulator:
In phone:
My config.lua file
application = { content = { fps = 60, width = 320, height = 480, scale = "letterbox", xAlign = "center", yAlign = "center", imageSuffix = { ["@2x"] = 2.000, ["@4x"] = 4.000 } } }
What could be the problem?