/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | TextArea.php | 132 - ($this->form->form_element_spacing['textarea']['inner']['v'] * 2)) / $this->mpdf->lineheight); 139 $objattr['height'] = ($rowsize * $this->mpdf->lineheight)
|
H A D | BlockTag.php | 1105 $this->mpdf->lineheight, 1115 $this->mpdf->lineheight,
|
H A D | Table.php | 27 $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 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…
|
H A 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/ |
H A D | dia_i18n.txt | 460 lineheight=lineheight
|
H A D | dia_ru.txt | 460 lineheight=Высота линии
|
H A D | dia_bg.txt | 460 lineheight=Височина на линията
|
H A D | dia_el.txt | 460 lineheight=Ύψος Γραμμής
|
H A D | dia_zh.txt | 460 lineheight=行高
|
H A D | dia_uk.txt | 460 lineheight=Висота лінії
|
H A D | dia_fa.txt | 460 lineheight=ارتقاع خط
|
H A D | dia_ja.txt | 460 lineheight=行の高さ
|
H A D | dia_he.txt | 460 lineheight=גובה הקו
|
H A D | dia_ko.txt | 460 lineheight=선 높이
|
H A D | dia_th.txt | 460 lineheight=ความสูงของเส้น
|
H A D | dia_zh-tw.txt | 460 lineheight=邊線高度
|
H A D | dia_ar.txt | 460 lineheight=Line Height
|
H A D | dia_eu.txt | 460 lineheight=Lerroaren altuera
|
H A D | dia_et.txt | 460 lineheight=Rea kõrgus
|
H A D | dia_kn.txt | 460 lineheight=Line Height
|
H A D | dia_si.txt | 460 lineheight=Line Height
|
H A D | dia_sl.txt | 460 lineheight=Line Height
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | DirectWrite.php | 50 $h = $this->mpdf->lineheight;
|
H A D | Mpdf.php | 580 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...] |