Home
last modified time | relevance | path

Searched refs:baseline (Results 201 – 225 of 268) sorted by path

1234567891011

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1174 // 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
4826 $baseline_shift = $lineBox['baseline-shift'];
4833 $bg_boxtop = $this->y + $lineBox['background-boxtop'] - $lineBox['background-baseline-shift'];
4834 $bg_boxbottom = $this->y + $lineBox['background-boxbottom'] - $lineBox['background-baseline-shift'];
4839 $bord_boxtop = $this->y + $lineBox['border-boxtop'] - $lineBox['border-baseline-shift'];
4840 $bord_boxbottom = $this->y + $lineBox['border-boxbottom'] - $lineBox['border-baseline-shift'];
4853 // FONT SIZE - this determines the baseline caculation
4855 // Calculate baseline Superscript and Subscript Y coordinate adjustment
4857 $baseline
[all...]
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css178 img.baseline {
H A Dfck_editorarea.css.default_template163 img.baseline {
H A Dfck_editorarea.css.dokuwiki_template178 img.baseline {
H A Dfck_editorarea_RTL.css123 img.baseline {
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt30 DlgImgHelpLiBase : "Use <b>baseline</b> to create a vertical column of images at the left-hand m…
32 …"<b>Note</b>: Placing a column of images in the left margin without the baseline property will res…
/plugin/fckg/
H A Dstyle.css42 vertical-align:baseline;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-c…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.php114 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
115 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.checkbutton.php141 $this->baseline = $this->default_baseline;
H A Dbox.container.php662 $baseline = 0;
672 $baseline = max($baseline,
679 $baselined[$i]->baseline = $baseline;
692 $this->_line[$i]->baseline =
693 $baseline + $this->_line[$i]->get_full_height()/2;
702 $this->_line[$i]->baseline = $this->_line[$i]->get_full_height()/2;
720 $this->_line[$i]->baseline += ($middle - $height/2);
728 …$this->_line[$i]->baseline = $this->_line[$i]->default_baseline + ($height/2 - $this->_line[$i]->g…
746 $this->_line[$i]->baseline += ($bottom - $height);
754 …$this->_line[$i]->baseline = $this->_line[$i]->default_baseline + $height - $this->_line[$i]->get_…
[all …]
H A Dbox.field.pageno.php16 $field->baseline = $box->baseline;
H A Dbox.field.pages.php20 $field->baseline = $box->baseline;
H A Dbox.generic.formatted.php229 $this->baseline = 0;
H A Dbox.generic.php12 var $baseline; variable in GenericBox
29 $this->baseline = 0;
49 unset($this->baseline);
282 return $this->baseline - $this->default_baseline;
351 return $this->baseline;
H A Dbox.img.php76 $this->baseline = $this->default_baseline;
H A Dbox.inline.control.php49 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
50 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
87 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
88 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.inline.php68 $fake_box->put_top($this->top - $box->baseline);
H A Dbox.input.password.php32 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
33 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.input.text.php55 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
56 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.list-item.php24 $box->str_number_box->baseline = $box->str_number_box->default_baseline;
H A Dbox.radiobutton.php77 $this->baseline = $this->default_baseline;
H A Dbox.select.php82 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
83 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
H A Dbox.table.cell.php259 return $content->baseline;
H A Dbox.table.php437 $baseline = $this->content[$span->row]->get_row_baseline();
443 $va_fun->apply_cell($cell, array_sum($row_heights), $baseline);

1234567891011