I use native.getFontNames() to list all the fonts in a iOS & an Android device,
and I found that they have different fonts…
Does it mean I have to use different font names in
display.newText() ?
I have to check if the device is Android, then use XXXX font, and if my device is iOS, then use YYYY font?