Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php17 var $_cached_base_font_size; variable in GenericBox
22 $this->_cached_base_font_size = null;
107 if (is_null($this->_cached_base_font_size)) {
109 $this->_cached_base_font_size = $font->size->getPoints();
122 $value->units2pt($this->_cached_base_font_size);