Home
last modified time | relevance | path

Searched +full:font +full:- +full:size +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 26 – 27 of 27) sorted by last modified time

12

/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css4 A default margin-top/bottom for lists is NOT set in config.php - (standard browsers give outermost list a top and bottom margin).
10 margin-top: 0.83em;
11 margin-bottom: 0.83em;
15 margin-top: 0;
16 margin-bottom: 0;
21 font-family: sans-serif;
22 line-heigh
[all...]
/plugin/dw2pdf/
H A Daction.php46 $this->tpl = $this->getExportConfig('template');
50 * Delete cached files that were for one-time use
54 if ($this->onetimefile) {
55 unlink($this->onetimefile);
64 return $this->currentBookChapter;
74 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'convert');
75 $controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'addbutton');
76 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addsvgbutton');
91 if (!in_array($event->dat
[all...]

12