Quick question. How do I find out the name of the systemFont?
I tried doing print(native.systemFont), but that didn’t work because it was userdata.
Does anyone know? Thank you!
Quick question. How do I find out the name of the systemFont?
I tried doing print(native.systemFont), but that didn’t work because it was userdata.
Does anyone know? Thank you!
iOS6 and earlier: Helvetica
iOS7 and later: HelveticaNeue-Light
Earlier android: Droid-Sans
Later android: Roboto
I believe;l
iOS6 and earlier: Helvetica
iOS7 and later: HelveticaNeue-Light
Earlier android: Droid-Sans
Later android: Roboto
I believe;l