Home
last modified time | relevance | path

Searched refs:adjustFontSizes (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/renderer/
H A Dpage.php183 $this->document->adjustFontSizes($this->config->getParam('css_font_size').'pt');
207 $this->document->adjustFontSizes($this->config->getParam('css_font_size').'pt');
/plugin/odt/ODT/
H A DODTDocument.php2229 public function adjustFontSizes($newBaseSize) { function in ODTDocument