Home
last modified time | relevance | path

Searched refs:fontsize (Results 1 – 25 of 38) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php45 * @param mixed $fontsize
80 if ($fontsize && $usefontsize) {
81 $size *= $fontsize / 100;
99 $size *= $this->multiplyFontSize($fontsize, $maxsize, 0.5);
103 $size *= $this->multiplyFontSize($fontsize, $maxsize, 1);
121 $size *= $this->multiplyFontSize($fontsize, $maxsize, 0.7);
133 $size *= $this->multiplyFontSize($fontsize, $maxsize, 1.2);
137 $size *= $this->multiplyFontSize($fontsize, $maxsize, 1.5);
141 $size *= $this->multiplyFontSize($fontsize, $maxsize, 2);
155 if ($fontsize) {
[all …]
H A DMpdf.php5530 $fontsize = $this->FontSizePt;
5608 $last_fontsize = $fontsize;
10487 $szfont = $fontsize;
10886 function SetDefaultFontSize($fontsize) argument
10888 $this->default_font_size = $fontsize;
10890 $this->SetFontSize($fontsize);
11025 $lineheight = ($fontsize * $lh);
11083 $fontsize = $this->FontSize;
11141 $fontsize = $font[$k]['size'];
11181 $fontsize = $font[$k]['size'];
[all …]
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19fontsize:"all",require:"safe"},sizeMin:0.7,sizeMax:1.44,lengthMax:3,safeProtocols:{http:true,https…
/plugin/dw2pdf/
H A DDokuPDF.class.php27 * @param int $fontsize
29 function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11) argument
58 'default_font_size' => $fontsize,
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php258 $this->fontsize = $size;
284 $width = Font::points($this->fontsize, $this->currentfont->stringwidth($text));
285 if ($this->overline) { $this->_show_overline($x, $y, $width, $this->fontsize); };
286 if ($this->underline) { $this->_show_underline($x, $y, $width, $this->fontsize); };
287 if ($this->linethrough) { $this->_show_linethrough($x, $y, $width, $this->fontsize); };
326 $up = Font::points($this->fontsize, $this->currentfont->underline_position());
327 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
333 $up = Font::points($this->fontsize, $this->currentfont->overline_position());
334 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
340 $up = Font::points($this->fontsize, $this->currentfont->linethrough_position());
[all …]
H A Dpdf.fpdf.php632 var $fontsize; variable in PDFFieldPushButton
645 $fontsize) { argument
652 $this->fontsize = $fontsize;
697 $fontsize);
733 $fontsize);
764 $fontsize);
947 var $fontsize; variable in PDFFieldText
983 $fontsize) { argument
991 $this->fontsize = $fontsize;
1019 $fontsize) { argument
[all …]
H A Dfont.class.php39 function points($fontsize, $dimension) { argument
40 return $dimension * $fontsize / 1000;
/plugin/codebutton2/
H A Dgenpng.php23 $fontsize = 10; //size of font variable
26 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text);
/plugin/custombuttons/
H A Dgenpng.php28 $fontsize = 10; //size of font variable
31 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text);
/plugin/sketchcanvas/phplib/
H A Dimage.php323 $fontsize = 10; variable
324 if (1 == $value["width"]) $fontsize = 14; variable
325 else if (2 == $value["width"]) $fontsize = 16; variable
326 else $fontsize = 20; variable
327 …imagettftext($im, pixelToPoint($fontsize), 0, $pts[0][0], $pts[0][1], $c, FONTFACE, $value["text"]…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php535 var $fontsize; variable in PDFFieldPushButton
548 $fontsize) { argument
555 $this->fontsize = $fontsize;
600 $fontsize);
636 $fontsize);
668 $fontsize);
851 var $fontsize; variable in PDFFieldText
887 $fontsize) { argument
895 $this->fontsize = $fontsize;
923 $fontsize) { argument
[all …]
/plugin/gcalendar/inc/
H A Dgcal_show.php70 if(isset($options['fontsize']))$fontsize = " style='font-size:".$options['fontsize'].";'";
73 echo "</p><table class='gCal_table' $fontsize>\n";
/plugin/pagequery/
H A DPageQuery.php810 $fontsize = '';
823 $fontsize = 'font-size:' . $opt['fontsize'];
831 . $fontsize . '">' . DOKU_LF;
1093 $fontsize = (!empty($opt['fontsize'])) ? 'font-size:' . $opt['fontsize'] : '';
1160 . $fontsize . '">' . DOKU_LF;
/plugin/charter/
H A Dhelper.php196 list($fontname, $fontsize) = explode('@', $val, 2);
199 'size' => $fontsize,
/plugin/typography/
H A DREADME.md10 …://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/images/fontsize/picker.png) ![fon…
/plugin/diagramsnet/lib/math/jax/element/mml/
H A Djax.js19fontsize:true,fontweight:true,fontstyle:true,color:true,background:true,id:true,"class":1,href:tru…
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19 …his.styles||{}).fontSize&&!n.fontsize){n.fontsize=this.styles.fontSize}if(n.fontsize&&!this.mathsi…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2077 $fontsize = $this->mpdf->FontSize / $this->kf;
2079 …$size = $this->sizeConverter->convert($size, $maxsize, $fontsize, false) * 1 / (25.4 / $this->mpdf…
2260 $fontsize = $current_style['font-size'] * $this->mpdf->dpi / 72;
2271 $scale = $fontsize / $units_per_em;
/plugin/mikioplugin/icons/elusive/css/
H A Delusive-icons.min.css4 …"}.el-folder:before{content:"\f166"}.el-font:before{content:"\f167"}.el-fontsize:before{content:"\…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md361 - underline and strikethrough now use the parent inline block baseline/fontsize/color for child inl…
367 (http://www.mpdf1.com/forum/discussion/1886/td-fontsize-in-nested-table-bug-#Item_5)
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19 …Element();if(n.style.fontSize!=""){m.fontsize=n.style.fontSize}}if(m.fontsize&&!this.mathsize){m.m…
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_SVG-full.js59fontsize:true,fontweight:true,fontstyle:true,color:true,background:true,id:true,"class":1,href:tru…
63 …,MmlFilterAttribute:function(m,n){return n},MmlTokenAllow:{fontfamily:1,fontsize:1,fontweight:1,fo…
68 …his.styles||{}).fontSize&&!n.fontsize){n.fontsize=this.styles.fontSize}if(n.fontsize&&!this.mathsi…
H A DMML_HTMLorMML-full.js52fontsize:true,fontweight:true,fontstyle:true,color:true,background:true,id:true,"class":1,href:tru…
56 …Element();if(n.style.fontSize!=""){m.fontsize=n.style.fontSize}}if(m.fontsize&&!this.mathsize){m.m…
H A DMML_HTMLorMML.js50fontsize:true,fontweight:true,fontstyle:true,color:true,background:true,id:true,"class":1,href:tru…
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19 …,MmlFilterAttribute:function(m,n){return n},MmlTokenAllow:{fontfamily:1,fontsize:1,fontweight:1,fo…

12