Home
last modified time | relevance | path

Searched refs:font_height (Results 1 – 2 of 2) sorted by relevance

/plugin/register/
H A Dregister.php167 public function font_height($fontidx, $text = "", $angle = 0) function in im
180 $fh = $this->font_height($fontidx, $height_text, $angle);
247 $bitdim = $im->font_height(FONT_BITS, "01X") * 3;
258 $ymin = $im->font_height(FONT_TITLE);
283 $y += $im->font_height(FONT_LABELS);
336 $yoff = $im->font_height(FONT_BITS) * 1.25;
345 $yoff = ($bitdim - $im->font_height(FONT_BIT_LABELS, $bit_disp)) / 2;
356 $yoff = ($bitdim - $im->font_height(FONT_BIT_LABELS, $bit_disp)) / 2;
431 $fh = $im->font_height(FONT_LABELS) / 2;
443 $fh += $im->font_height(FONT_DESC);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.whitespace.php111 $this->font_height = 0.001;