Lines Matching refs:fontsize

654 	var $shrink_this_table_to_fit; // 0 or false to disable; value (if set) gives maximum factor to reduce fontsize
1174 // Sets default change in baseline for <sup> text as factor of preceeding fontsize
1178 // Sets default change in baseline for <sub> text as factor of preceeding fontsize
1180 // Sets default height for <strike> text as factor of fontsize
1182 // Sets default height for overline text as factor of fontsize
4879 $exth = 0.2; // Add to fontsize to increase height of background / link / border
5245 $decorationfontsize = isset($this->textparam['u-decoration']['fontsize']) ? $this->textparam['u-decoration']['fontsize'] / $shrin_k : 0;
5287 $decorationfontsize = $this->textparam['s-decoration']['fontsize'] / $shrin_k;
5337 $decorationfontsize = $this->textparam['o-decoration']['fontsize'];
5442 $last_fontsize = $fontsize = $this->FontSizePt;
5553 $fontsize = $this->FontSizePt * $this->smCapsScale;
5560 $fontsize = $this->FontSizePt;
5618 if ($fontid != $last_fontid || $fontsize != $last_fontsize) {
5619 $tj .= sprintf(' /F%d %.3F Tf ', $fontid, $fontsize);
5638 $last_fontsize = $fontsize;
5712 if ($fontid != $last_fontid || $fontsize != $last_fontsize) {
5713 $tj .= sprintf(' /F%d %.3F Tf ', $fontid, $fontsize);
5744 $tj .= sprintf(' /F%d %.3F Tf ', $original_fontid, $fontsize);
5755 $tj .= sprintf(' /F%d %.3F Tf ', $original_fontid, $fontsize);
7167 $this->SetFont($objattr['fontfamily'], '', $objattr['fontsize']);
7522 $this->directWrite->CircularText($objattr['INNER-X'] + $objattr['INNER-WIDTH'] / 2, $objattr['INNER-Y'] + $objattr['INNER-HEIGHT'] / 2, $objattr['r'] / $k, $objattr['top-text'], 'top', $objattr['fontfamily'], $objattr['fontsize'] / $k, $objattr['fontstyle'], $objattr['space-width'], $objattr['char-width'], (isset($objattr['divider']) ? $objattr['divider'] : ''));
7525 $this->directWrite->CircularText($objattr['INNER-X'] + $objattr['INNER-WIDTH'] / 2, $objattr['INNER-Y'] + $objattr['INNER-HEIGHT'] / 2, $objattr['r'] / $k, $objattr['bottom-text'], 'bottom', $objattr['fontfamily'], $objattr['fontsize'] / $k, $objattr['fontstyle'], $objattr['space-width'], $objattr['char-width'], (isset($objattr['divider']) ? $objattr['divider'] : ''));
7593 $this->SetFont($objattr['fontfamily'], '', $objattr['fontsize']);
9275 if (isset($objattr['fontsize'])) {
9276 $objattr['fontsize'] /= $k;
10481 function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2)
10491 $this->SetFont($this->watermark_font, "B", $fontsize, false); // Don't output
10533 $szfont = $fontsize;
10609 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '')
10615 $this->directWrite->CircularText($x, $y, $r, $text, $align, $fontfamily, $fontsize, $fontstyle, $kerning, $fontwidth, $divider);
10932 function SetDefaultFontSize($fontsize)
10934 $this->default_font_size = $fontsize;
10935 $this->original_default_font_size = $fontsize;
10936 $this->SetFontSize($fontsize);
10937 $this->defaultCSS['BODY']['FONT-SIZE'] = $fontsize . 'pt';
10938 $this->cssManager->CSS['BODY']['FONT-SIZE'] = $fontsize . 'pt';
10975 // Return either a number (factor) - based on current set fontsize (if % or em) - or exact lineheight (with 'mm' after it)
11010 // Set a (fixed) lineheight to an actual value - either to named fontsize(pts) or default
11041 function _setLineYpos(&$fontsize, &$fontdesc, &$CSSlineheight, $blockYpos = false)
11050 $ypos['boxtop'] = $fontdesc['Ascent'] / 1000 * $fontsize;
11051 $ypos['boxbottom'] = $fontdesc['Descent'] / 1000 * $fontsize;
11053 $linegap = $fontdesc['Leading'] / 1000 * $fontsize;
11057 $ypos['boxtop'] = (0.5 + $this->baselineC) * $fontsize;
11058 $ypos['boxbottom'] = -(0.5 - $this->baselineC) * $fontsize;
11071 $lineheight = ($fontsize * $lh);
11078 $lineheight = ($fontsize * $CSSlineheight);
11080 $lineheight = ($fontsize * $this->normalLineheight);
11129 $fontsize = $this->FontSize;
11137 $fontsize = $this->blk[$this->blklvl]['InlineProperties']['size'];
11146 $boxLineHeight = $this->_computeLineheight($CSSlineheight, $fontsize);
11150 $ypos[-1] = $this->_setLineYpos($fontsize, $fontdesc, $CSSlineheight);
11187 $fontsize = $font[$k]['size'];
11190 $ypos[$k] = $this->_setLineYpos($fontsize, $fontdesc, $lh, $ypos[-1]); // Lineheight=1 fixed
11227 $fontsize = $font[$k]['size'];
11230 $ypos[$k] = $this->_setLineYpos($fontsize, $fontdesc, $CSSlineheight, $ypos[-1]);
11276 $bordfontsize = $font[$k]['textparam']['bord-decoration']['fontsize'] / $shrin_k;
11278 if ($bordfontkey != $fontkey || $bordfontsize != $fontsize || isset($font[$k]['textparam']['bord-decoration']['baseline'])) {
11288 $bgfontsize = $font[$k]['textparam']['bg-decoration']['fontsize'] / $shrin_k;
11290 if ($bgfontkey != $fontkey || $bgfontsize != $fontsize || isset($font[$k]['textparam']['bg-decoration']['baseline'])) {
11360 $oh = $fontsize;
11362 $oh = $font[$k]['size']; // == $this->objectbuffer[$k]['fontsize']/Mpdf::SCALE;
14716 $f['style']['fontsize'] *= $shrink_f;
15485 $objattr['fontsize'] = $this->FontSize;
15524 $objattr['fontsize'] = $this->FontSize;
15563 $objattr['fontsize'] = $this->FontSize;
16087 if (isset($this->textparam['decoration-fontsize'])) {
16088 $this->textparam['decoration-fontsize'] /= $this->shrin_k;
18913 $this->textparam['s-decoration']['fontsize'] = $this->FontSize;
18925 $this->textparam['u-decoration']['fontsize'] = $this->FontSize;
18937 $this->textparam['o-decoration']['fontsize'] = $this->FontSize;
18964 $this->textparam['bord-decoration']['fontsize'] = $this->FontSize;
18973 $this->textparam['bg-decoration']['fontsize'] = $this->FontSize;
26302 $outerfontsize = 3; // Inner fontsize = 3
26317 $outerfontsize = 2.3; // Inner fontsize = 3
26329 $outerfontsize = 2.3; // Inner fontsize = 3
26342 $outerfontsize = 3; // Inner fontsize = 3