How to convert to px?

后端 未结 7 1946
-上瘾入骨i
-上瘾入骨i 2020-11-28 09:56

I need to convert to px.

Example only(not correct): is equivalent to 12px.

Is th

7条回答
  •  时光取名叫无心
    2020-11-28 10:30

    In general you cannot rely on a fixed pixel size for fonts, the user may be scaling the screen and the defaults are not always the same (depends on DPI settings of the screen etc.).

    Maybe have a look at this (pixel to point) and this link.

    But of course you can set the font size to px, so that you do know how many pixels the font actually is. This may help if you really need a fixed layout, but this practice reduces accessibility of your web site.

提交回复
热议问题