Hi,
I have an app that uses some .otf fonts. They work fine in Windows 10, iOS and Android, but on Windows 7 they fail to load (console reports this). I am able to view and install those fonts into Windows 7 with no problems, but they just won’t load in corona. (build 2830)
To try and work around the problem i converted all the otf fonts to ttf fonts using the “freefontconverter” website. I no longer get the errors in the corona console but the fonts just load as blank (ie all text using that font is invisible). I am now also getting the “An error occured in the fragment kernel” error shown in the attached image since converting those fonts.
I am loading the fonts using display.newText with the font=“fontname.ttf” param.
Any suggestions?
Cheers