Hi
According the explain for font size from docs for native.newFont() is :
=================================================================================
size (optional)
Number. The point size of the font to use. By default, it will be the standard system font size of the device.
My question is :
What is the definition of point size of the font to use ? Point size is pixels in inch ? or screen resolution ?
I need this information to select proper font size for different mobile screen.
The native.newfont() document link:
http://docs.coronalabs.com/legacy/api/library/native/newFont.html
Thanks.