Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A Dunits.php85 public function setPixelPerEm ($value) { function in helper_plugin_odt_units
86 $this->internal->setPixelPerEm ($value);
/plugin/odt/ODT/
H A DODTUnits.php83 public function setPixelPerEm ($value) { function in ODTUnits
H A DODTDocument.php131 $this->units->setPixelPerEm(16);
1858 public function setPixelPerEm ($value) { function in ODTDocument
1859 $this->units->setPixelPerEm ($value);
/plugin/odt/renderer/
H A Dpage.php140 $this->document->setPixelPerEm($this->config->getParam ('css_font_size'));
222 $this->document->setPixelPerEm($fontFizeInPx);