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/
DTextArea.php132 … - ($this->form->form_element_spacing['textarea']['inner']['v'] * 2)) / $this->mpdf->lineheight);
139 $objattr['height'] = ($rowsize * $this->mpdf->lineheight)
DBlockTag.php1115 $this->mpdf->lineheight,
DTable.php27 …wingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight, '', false, 1, t…
/plugin/photogallery/phpThumb/
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…
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/
Ddia_i18n.txt460 lineheight=lineheight
Ddia_ru.txt460 lineheight=Высота линии
Ddia_bg.txt460 lineheight=Височина на линията
Ddia_el.txt460 lineheight=Ύψος Γραμμής
Ddia_zh.txt460 lineheight=行高
Ddia_uk.txt460 lineheight=Висота лінії
Ddia_zh-tw.txt460 lineheight=邊線高度
Ddia_ko.txt460 lineheight=선 높이
Ddia_th.txt460 lineheight=ความสูงของเส้น
Ddia_fa.txt460 lineheight=‫ارتقاع خط‬
Ddia_he.txt460 lineheight=‫גובה הקו‬
Ddia_ja.txt460 lineheight=行の高さ
Ddia_ar.txt460 lineheight=Line Height
Ddia_eu.txt460 lineheight=Lerroaren altuera
Ddia_et.txt460 lineheight=Rea kõrgus
Ddia_fi.txt460 lineheight=Rivin korkeus
Ddia_sl.txt460 lineheight=Line Height
Ddia_hi.txt460 lineheight=Line Height
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php50 $h = $this->mpdf->lineheight;
DMpdf.php580 var $lineheight; variable in Mpdf\\Mpdf
3035 $bak_lh = $this->lineheight;
3317 $this->lineheight = $bak_lh;
11017 $this->lineheight = $this->_computeLineheight($lh, $fs);
11071 $lineheight = ($fontsize * $lh);
11074 $lineheight = (((float) $CSSlineheight) / $shrin_k); // convert to number
11078 $lineheight = ($fontsize * $CSSlineheight);
11080 $lineheight = ($fontsize * $this->normalLineheight);
11096 $leading += ($lineheight - $fontheight);
14503 $nl = ceil($actual_h / $this->lineheight);
[all …]

123