/edit: problem solved, my bad. I checked the wrong textfield when verifying which font is used. Stupid me
Dear Corona-community,
I’d like to use the native fonts in a display.newText object:
-- add explanation text helperTextOptions = { text = "Möchtest du dich wirklich von diesem Gerät abmelden?", x = centerX, y = logoutButton.y - logoutButton.height/2 - 16, parent = sceneGroup, width = bgTop.width \* 0.8, font = native.systemFont, fontSize = 14, align = "center" -- Alignment parameter } helperText = display.newText(helperTextOptions)
unfortunately, on my iPhone 5s with iOS 11.4.1 the expected font “San Francisco” ist not used. Don’t know the name of the font that actually IS used, but it looks exactly like the font that is used on my android devices.
Am I missing something?
Thanks