Home
last modified time | relevance | path

Searched refs:getPixelPerEm (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/helper/
H A Dunits.php94 public function getPixelPerEm () { function in helper_plugin_odt_units
95 return $this->internal->getPixelPerEm ();
/plugin/odt/ODT/
H A DODTUnits.php92 public function getPixelPerEm () { function in ODTUnits
197 $value = $this->pixelToPointsY ($value * $this->getPixelPerEm());
H A DODTUtility.php375 $base_font_size_in_pt = $units->getPixelPerEm ().'px';
/plugin/odt/ODT/css/
H A Dcssimportnew.php1184 $base_font_size_in_pt = $units->getPixelPerEm ().'px';