Home
last modified time | relevance | path

Searched +full:font +full:- +full:size +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 25 of 27) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
H A DDefaultCss.php10 'FONT-FAMILY' => 'serif',
11 'FONT-SIZE' => '11pt',
12 'TEXT-INDENT' => '0pt',
13 'LINE-HEIGHT' => 'normal',
14 'MARGIN-COLLAPSE' => 'collapse', // Custom property to collapse top/bottom margins at top/bottom of page - ignored in tables/lists
16 'FONT
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DPageFooter.php12 $tag = $this->getTagName();
13 $this->mpdf->ignorefollowingspaces = true;
23 $p['L']['font-style'] = '';
24 $p['C']['font-style'] = '';
25 $p['R']['font-style'] = '';
27 if (isset($attr['CONTENT-LEF
[all...]
H A DSelect.php12 $this->mpdf->lastoptionaltag = ''; // Save current HTML specified optional endtag
13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties();
14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
15 if (isset($properties['FONT-FAMIL
[all...]
H A DTextCircle.php28 $objattr['top-text'] = '';
29 $objattr['bottom-text'] = '';
31 $objattr['space-width'] = 120;
32 $objattr['char-width'] = 100;
34 $this->mpdf->InlineProperties['TEXTCIRCLE'] = $this->mpdf->saveInlineProperties();
35 $properties = $this->cssManager->MergeCS
[all...]
H A DTextArea.php37 if ($this->mpdf->onlyCoreFonts) {
38 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-8');
41 if ($this->mpdf->useActiveForms) {
45 $this->form->form_element_spacing['textarea']['outer']['v'] = 0;
46 $this->for
[all...]
H A DInput.php13 $tag = $this->getTagName();
14 $this->mpdf->ignorefollowingspaces = false;
50 $objattr['title'] = $this->mpdf->lesser_entity_decode($objattr['title']);
51 if ($this->mpdf->onlyCoreFonts) {
52 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-
[all...]
H A DTable.php13 $this->mpdf->tdbegin = false;
14 $this->mpdf->lastoptionaltag = '';
16 if ($this->mpdf->ColActive) {
17 $this->mpdf->colvAlign = '';
19 if ($this->mpdf->lastblocklevelchang
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md4 * Ability to customize User-Agent header in the HTTP requests sent by cURL (@samuelecat, #1229)
6 * new `Mpdf\Exception\FontException` extending base `MpdfException` was introduced and is thrown on Font manipulation
7 * A bit cleaner exception messages for font-related errors
9 * Fix: "Undefined index: group" when calling MultiCell when using font without OTL data (@Kekos, #1213, #941)
14 * PHP 7.4 support (until final 7.4 release with composer --ignore-platform-reqs)
20 * Fixed parsing of top-lef
[all...]
/plugin/dw2pdf/tpl/default/
H A Dstyle.css2 font-size: 8pt;
3 border-collapse: collapse;
4 border-bottom: 1px solid #000000;
9 font-size: 8pt;
10 border-collapse: collapse;
11 border-to
[all...]
H A Dcitation.html3 <div style="font-size: 80%; border: solid 0.5mm #DDDDDD;background-color: #EEEEEE; padding: 2mm; border-radius: 2mm 2mm; width: 100%;">
8 <a href="@WIKIURL@">@WIKIURL@</a>&nbsp;-&nbsp;<b>@WIKI@</b>
/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/conf/
H A Ddefault.php5 $conf['font-size'] = 11;
H A Dmetadata.php5 $meta['font-size'] = array('numeric');
8 $meta['toclevels'] = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php18 $this->defaults = [
35 // Non-printable border at edge of paper sheet in mm
38 // 'slice' or 'cloneall' or 'clonebycss' - for forced pagebreaks using <pagebreak />
42 // Avoid just the border/background-color of the end of a block being moved on to next page
51 // 1:Decimal, A:uppercase alphabetic etc. (as for list-style shorthands)
59 // Set maximum size of TTF font file to allow non-subsets - in kB
60 // Used to avoid a font
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php27 $this->dpi = $dpi;
28 $this->defaultFontSize = $defaultFontSize;
29 $this->mpdf = $mpdf;
30 $this->logger = $logger;
35 $this->logger = $logger;
43 * @param mixed $size
46 * @param mixed $usefontsize Set false for e.g. margins - will ignore fontsize for % values
48 * @return float Final size in mm
50 public function convert($size = 5, $maxsize = 0, $fontsize = false, $usefontsize = true) argument
52 $size
[all...]
H A DMpdf.php21 * mPDF, PHP library generating PDF files from UTF-8 encoded HTML
26 * @license GPL-2.0
76 var $PDFAversion = '1-B';
296 // mPDF 5.7.3 inline text-decoration parameters
320 var $docTemplateStart; // Internal flag for page (page no. -1) that docTemplate starts on
351 var $writingHTMLheader; // internal flag - used both for writing HTMLHeaders/Footers and FixedPos block
407 var $pageDim; // Keep track of page wxh for orientation changes - set in _beginpage, used in _putannots
472 // List of ALL available CJK fonts (incl. styles) (Adobe add-ons) hw removed
552 // mPDF 6 Used for table cell (block-type) properties
597 var $keep_block_together; // Keep a Block from page-brea
2036 _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, $repy, $pba = [], $size = []) global() argument
3992 SetFont($family, $style = '', $size = 0, $write = true, $forcewrite = false) global() argument
4254 SetFontSize($size, $write = true) global() argument
7637 _printListBullet($x, $y, $size, $type, $color) global() argument
10621 Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2) global() argument
10862 SetDefaultFont($font) global() argument
11069 _setInlineBlockHeights(& $lineBox, & $stackHeight, & $content, & $font, $is_table) global() argument
12962 SetWatermarkImage($src, $alpha = 1, $size = 'D', $pos = 'F') global() argument
25297 AutosizeText($text, $w, $font, $style, $szfont = 72) global() argument
26036 WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = 1, $paddingR = 1, $paddingT = 2, $paddingB = 2, $height = 1, $bgcol = false, $col = false, $btype = 'ISBN', $supplement = '0', $supplement_code = '', $k = 1) global() argument
26416 WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1, $bgcol = false, $col = false, $btype = 'IMB', $print_ratio = '', $k = 1) global() argument
[all...]
H A DCssManager.php57 $this->mpdf = $mpdf;
58 $this->cache = $cache;
59 $this->sizeConverter = $sizeConverter;
61 $this->tablecascadeCSS = [];
62 $this->CSS = [];
63 $this->cascadeCSS = [];
64 $this->tbCSSlvl = 0;
65 $this->colorConverter = $colorConverter;
66 $this->remoteContentFetcher = $remoteContentFetcher;
74 if ($this->mpd
[all...]
H A DForm.php106 $this->mpdf = $mpdf;
107 $this->otl = $otl;
108 $this->colorConverter = $colorConverter;
109 $this->writer = $writer;
110 $this->formWriter = $formWriter;
113 $this->formExportType = 'xfdf'; // 'xfdf' or 'html'
114 $this->formSubmitNoValueFields = true; // Whether to include blank fields when submitting data
115 $this->formSelectDefaultOption = true; // for Select drop down box; if no option is explicitly maked as selected,
117 // - affects whether "required" attribute is relevant
118 $this->formUseZap
[all...]
H A DTTFontFile.php8 // NOTE*** If you change the defined constants below, be sure to delete all temporary font data files in /ttfontdata/
9 // to force mPDF to regenerate cached font files.
17 // Either seems to work for a font embedded in a PDF file
41 * written in Python - http://www.reportlab.com/software/opensource/
216 $this->fontCache = $fontCache;
217 $this->fontDescriptor = $fontDescriptor;
219 // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
220 $this->maxStrLenRead = 200000;
225 $this->useOTL = $useOTL;
226 $this->fontke
[all...]
H A DOtlDump.php8 // Either seems to work for a font embedded in a PDF file
167 $this->mpdf = $mpdf;
168 $this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
174 $this->mode = $mode;
175 $this->useOTL = $useOTL; // mPDF 5.7.1
176 $this->fontkey = $fontkey; // mPDF 5.7.1
177 $this->filename = $file;
178 $this->fh = fopen($file, 'rb');
180 if (!$this->f
[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...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php20 * Works in pixels as main units - converting to PDF units when outputing to PDF string and on returning size
187 $this->mpdf = $mpdf;
188 $this->otl = $otl;
189 $this->cssManager = $cssManager;
190 $this->imageProcessor = $imageProcessor;
191 $this->sizeConverter = $sizeConverter;
192 $this->colorConverter = $colorConverter;
193 $this->languageToFont = $languageToFont;
194 $this->scriptToLanguag
2062 ConvertSVGSizePixels($size = 5, $maxsize = 'x') global() argument
2083 ConvertSVGSizePts($size = 5) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DHtml.php19 $qrSize = $qrCode->getQrSize();
20 $final = $qrCode->getFinal();
22 if ($qrCode->isBorderDisabled()) {
24 $maxSize = $qrSize - 4;
30 $s .= '<table class="qr" cellpadding="0" cellspacing="0" style="font-size: 1px;">' . "\n";
36 $s .= '<td class="' . ($on ? 'on' : 'off') . '" style="width: 4px; background-color: ' . ($on ? '#000' : '#FFF') . '">&nbsp;</td>';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php16 $this->fontCache = $fontCache;
17 $this->fontDescriptor = $fontDescriptor;
22 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
23 $ttf->getMetrics($ttffile, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $useOTL); // mPDF 5.7.1
25 $font = [
26 'name' => $this->getFontName($ttf->fullName),
29 'CapHeight' => round($ttf->capHeight),
30 'XHeight' => round($ttf->xHeigh
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php25 $this->mpdf = $mpdf;
26 $this->writer = $writer;
31 $patternCount = count($this->mpdf->patterns);
35 $x = $this->mpdf->patterns[$i]['x'];
36 $y = $this->mpdf->patterns[$i]['y'];
37 $w = $this->mpdf->pattern
[all...]

12