iPad mini in simulator giving wrong text sizes!

Hi,

It’s just me that notice that the iPad mini on the simulator is broken?

I didn’t change 1 line of code. Just changed the View in the simulator. 

I’ve only an iPad mini 4, not the low resolution like in the simulator to test, but my iPad mini 4 shows correctly the fonts on a real-life test.

see images attached.

Regards,

Carlos.

P.S. I didn’t file a bug report, because the code behind is kinda complex and there are lot’s of functions related.

my config.lua:

application = { content = { scale = "adaptive", fps = 30, imageSuffix = { ["@2x"] = 1.5, ["@3x"] = 2.5, } }, notification = { iphone = { types = { "badge", "sound", "alert" } }, google = { projectNumber = "" }, } }

I solved the problem. I was creating text with default fonts. if i define a font and a fontSize this problem doesn’t appear.

I solved the problem. I was creating text with default fonts. if i define a font and a fontSize this problem doesn’t appear.