Home
last modified time | relevance | path

Searched defs:px2pt (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_units.php12 function px2pt($px) { function
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10570 function px2pt(px) { return px * 96 / PPI; } function