Android 16 introduces “outline text” as a new accessibility mode. Unfortunately, this also breaks this fix https://github.com/coronalabs/corona/issues/91 that originally fixed rendering when “high contrast mode” is enabled in the device settings back in 2021.
This is causing customer complaints and even 1 star reviews! Yes, like developers would release a game with blurry fonts… SMH.
This affects TextRenderer.java and any display objects that use it to render text.