Home
last modified time | relevance | path

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

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