I have UIFont.systemFontOfSize(16.0)
I want to know the font size pixels on html
Asked
Active
Viewed 950 times
0

Chano Apimaha
- 31
- 2
-
2see this http://stackoverflow.com/questions/1059101/font-size-in-pixels – Anbu.Karthik Jul 28 '16 at 07:33
-
Excuse me, help me to calculate it. – Chano Apimaha Jul 28 '16 at 07:41
1 Answers
0
As @CynicismRising answer:- Point sizes are defined as 1/72 of an inch. That is, a 72-point font is approximately 1 inch from the lowest descent to the highest ascent. So the maximum height of a glyph in a 72pt font is about 1 inch.

Community
- 1
- 1

Ahmed Abdallah
- 2,338
- 1
- 19
- 30
-
Sorry, I could question unclear. I want to convert font size from UIFont.systemFontOfSize(16.0) to text size scoop on HTML(it px). – Chano Apimaha Jul 28 '16 at 08:00
-