Searched refs:lineheight (Results 1 – 25 of 66) sorted by relevance
123
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | TextArea.php | 132 … - ($this->form->form_element_spacing['textarea']['inner']['v'] * 2)) / $this->mpdf->lineheight); 139 $objattr['height'] = ($rowsize * $this->mpdf->lineheight)
|
| D | BlockTag.php | 1115 $this->mpdf->lineheight,
|
| D | Table.php | 27 …wingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight, '', false, 1, t…
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.filters.php | 1112 …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…
|
| D | phpthumb.class.php | 3130 …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/ |
| D | dia_i18n.txt | 460 lineheight=lineheight
|
| D | dia_ru.txt | 460 lineheight=Высота линии
|
| D | dia_bg.txt | 460 lineheight=Височина на линията
|
| D | dia_el.txt | 460 lineheight=Ύψος Γραμμής
|
| D | dia_zh.txt | 460 lineheight=行高
|
| D | dia_uk.txt | 460 lineheight=Висота лінії
|
| D | dia_zh-tw.txt | 460 lineheight=邊線高度
|
| D | dia_ko.txt | 460 lineheight=선 높이
|
| D | dia_th.txt | 460 lineheight=ความสูงของเส้น
|
| D | dia_fa.txt | 460 lineheight=ارتقاع خط
|
| D | dia_he.txt | 460 lineheight=גובה הקו
|
| D | dia_ja.txt | 460 lineheight=行の高さ
|
| D | dia_ar.txt | 460 lineheight=Line Height
|
| D | dia_eu.txt | 460 lineheight=Lerroaren altuera
|
| D | dia_et.txt | 460 lineheight=Rea kõrgus
|
| D | dia_fi.txt | 460 lineheight=Rivin korkeus
|
| D | dia_sl.txt | 460 lineheight=Line Height
|
| D | dia_hi.txt | 460 lineheight=Line Height
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 50 $h = $this->mpdf->lineheight;
|
| D | Mpdf.php | 580 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