PxToPt {basictabler} | R Documentation |
PxToPt
converts pixels to points.
1inch = 72pt = 96px according to W3C.
Ref: https://www.w3.org/TR/css3-values/#absolute-lengths
PxToPt(px)
px |
The number of pixels convert. |
The corresponding number of points.