Home
last modified time | relevance | path

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

/plugin/register/
H A Dregister.php174 public function font_width($fontidx, $text, $angle = 0) function in im
181 $fw = $this->font_width($fontidx, " $text ", $angle);
276 $mmrsx = $im->font_width(FONT_LABELS, $mmr_disp);
277 $resetsx = $im->font_width(FONT_LABELS, $reset_disp);
292 $xmin = max($xmin, $im->font_width(FONT_LABELS, $bit->format_name()) + $bitdim);
334 $fw = $im->font_width(FONT_BITS, $b);
344 $xoff = ($bitdim - $im->font_width(FONT_BIT_LABELS, $bit_disp)) / 2;
377 $desc_adjust = max($desc_adjust, $im->font_width(FONT_LABELS, $text." "));
384 $desc_adjust = $im->font_width(FONT_LABELS, " ");
422 $cx2_indent = $desc_adjust - $im->font_width(FONT_LABELS, $text." ");
[all …]