ScreenScale
Description
Returns a number based on the Size argument and your screen's width. The screen's width is always equal to size 640. This function is primarily used for scaling font sizes.
Arguments
Returns
Example
Prints a scaled number based on the number 96, 400 and 640.
Output: 252, 1050, 1680 (this will differ depending on your screen width. Here the screen width is 1680.)