/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | SizeConverter.php | 45 * @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 D | Mpdf.php | 5530 $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 D | Safe.js | 19 …fontsize:"all",require:"safe"},sizeMin:0.7,sizeMax:1.44,lengthMax:3,safeProtocols:{http:true,https…
|
/plugin/dw2pdf/ |
H A D | DokuPDF.class.php | 27 * @param int $fontsize 29 function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11) argument 58 'default_font_size' => $fontsize,
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fastps.class.php | 258 $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 D | pdf.fpdf.php | 632 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 D | font.class.php | 39 function points($fontsize, $dimension) { argument 40 return $dimension * $fontsize / 1000;
|
/plugin/codebutton2/ |
H A D | genpng.php | 23 $fontsize = 10; //size of font variable 26 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text);
|
/plugin/custombuttons/ |
H A D | genpng.php | 28 $fontsize = 10; //size of font variable 31 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text);
|
/plugin/sketchcanvas/phplib/ |
H A D | image.php | 323 $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 D | fpdf.php | 535 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 D | gcal_show.php | 70 if(isset($options['fontsize']))$fontsize = " style='font-size:".$options['fontsize'].";'"; 73 echo "</p><table class='gCal_table' $fontsize>\n";
|
/plugin/pagequery/ |
H A D | PageQuery.php | 810 $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 D | helper.php | 196 list($fontname, $fontsize) = explode('@', $val, 2); 199 'size' => $fontsize,
|
/plugin/typography/ |
H A D | README.md | 10 …://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/images/fontsize/picker.png) ![fon…
|
/plugin/diagramsnet/lib/math/jax/element/mml/ |
H A D | jax.js | 19 …fontsize:true,fontweight:true,fontstyle:true,color:true,background:true,id:true,"class":1,href:tru…
|
/plugin/diagramsnet/lib/math/jax/output/SVG/ |
H A D | jax.js | 19 …his.styles||{}).fontSize&&!n.fontsize){n.fontsize=this.styles.fontSize}if(n.fontsize&&!this.mathsi…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 2077 $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 D | elusive-icons.min.css | 4 …"}.el-folder:before{content:"\f166"}.el-font:before{content:"\f167"}.el-fontsize:before{content:"\…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | CHANGELOG.md | 361 - 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 D | jax.js | 19 …Element();if(n.style.fontSize!=""){m.fontsize=n.style.fontSize}}if(m.fontsize&&!this.mathsize){m.m…
|
/plugin/diagramsnet/lib/math/config/ |
H A D | TeX-MML-AM_SVG-full.js | 59 …fontsize: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 D | MML_HTMLorMML-full.js | 52 …fontsize: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 D | MML_HTMLorMML.js | 50 …fontsize:true,fontweight:true,fontstyle:true,color:true,background:true,id:true,"class":1,href:tru…
|
/plugin/diagramsnet/lib/math/jax/input/TeX/ |
H A D | jax.js | 19 …,MmlFilterAttribute:function(m,n){return n},MmlTokenAllow:{fontfamily:1,fontsize:1,fontweight:1,fo…
|