}
-
public function getBookSurface()
{
return $this->width * $this->height;
}
-
public function addSlideshowLibrary($inline = true)
{
$l = ($inline ? $this->config->inlineSlideshowLibrary : $this->config->popupSlideshowLibrary);
}
-
-
protected function _lessBoolean($val)
{
return $this->_themeBoolean($val) ? 'true' : 'false';
$f = 'Open Sans';
}
switch ($f) {
- case 'Montserrat':
- case 'Open Sans':
- $this->addFontKit($f);
- return "'" . $f . "', " . $default;
case 'sans-serif':
return $f;
case 'Arial':
return $default;
default:
- return "'Open Sans', Arial, Helverica, sans-serif";
+ $this->addFontKit($f);
+ return "'" . $f . "', " . $default;
}
}