Home
last modified time | relevance | path

Searched refs:lineheight (Results 1 – 25 of 66) sorted by relevance

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextArea.php132 - ($this->form->form_element_spacing['textarea']['inner']['v'] * 2)) / $this->mpdf->lineheight);
139 $objattr['height'] = ($rowsize * $this->mpdf->lineheight)
H A DBlockTag.php1105 $this->mpdf->lineheight,
1115 $this->mpdf->lineheight,
H A DTable.php27 $this->mpdf->newFlowingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight, '', false, 1, true, $this->mpdf->blk[$this->mpdf->blklvl]['direction']);
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1112 …pacity=100, $margin=5, $angle=0, $bg_color=false, $bg_opacity=0, $fillextend='', $lineheight=1.0) { argument
1128 $lineheight = min(100.0, max(0.01, (float) $lineheight));
1182 $text_origin_y += ($text_height + $margin) * $lineheight;
1297 $y_offset += $char_height * $lineheight;
1404 …rk_mask, '.$size.', '.$x_offset.', '.($key * imagefontheight($size) * $lineheight).', '.$text.', $…
1405 …img_watermark_mask, $size, $x_offset, $key * imagefontheight($size) * $lineheight, $text, $mask_co…
H A Dphpthumb.class.php3130 …font, $opacity, $margin, $angle, $bg_color, $bg_opacity, $fillextend, $lineheight) = explode('|', …
3142 $lineheight = ($lineheight ? $lineheight : 1.0);
3149 …$hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_opacity, $fillextend, $lineheight);
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt460 lineheight=lineheight
H A Ddia_ru.txt460 lineheight=Высота линии
H A Ddia_bg.txt460 lineheight=Височина на линията
H A Ddia_el.txt460 lineheight=Ύψος Γραμμής
H A Ddia_zh.txt460 lineheight=行高
H A Ddia_uk.txt460 lineheight=Висота лінії
H A Ddia_fa.txt460 lineheight=‫ارتقاع خط‬
H A Ddia_ja.txt460 lineheight=行の高さ
H A Ddia_he.txt460 lineheight=‫גובה הקו‬
H A Ddia_ko.txt460 lineheight=선 높이
H A Ddia_th.txt460 lineheight=ความสูงของเส้น
H A Ddia_zh-tw.txt460 lineheight=邊線高度
H A Ddia_ar.txt460 lineheight=Line Height
H A Ddia_eu.txt460 lineheight=Lerroaren altuera
H A Ddia_et.txt460 lineheight=Rea kõrgus
H A Ddia_kn.txt460 lineheight=Line Height
H A Ddia_si.txt460 lineheight=Line Height
H A Ddia_sl.txt460 lineheight=Line Height
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php50 $h = $this->mpdf->lineheight;
H A DMpdf.php580 var $lineheight;
1493 $this->SetLineHeight(); // lineheight is in mm
3035 $bak_lh = $this->lineheight;
3317 $this->lineheight = $bak_lh;
7091 // Reset lineheight
8665 // Reset lineheight
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
11017 $this->lineheight = $this->_computeLineheight($lh, $fs);
11071 $lineheight
586 var $lineheight; global() variable in Mpdf\\Mpdf
[all...]

123