Lines Matching refs:fontSize
229 $fontSize = (float) $this->font->size / $this->font->unitsPerEm;
247 $d = $this->defScale($d, $fontSize, -$fontSize);
248 $d = $this->defTranslate($d, $horizAdvX, $horizAdvY * $fontSize * 2);
253 $horizAdvX += $this->font->glyphs[$letter]->horizAdvX * $fontSize +
254 $this->font->em * $this->font->letterSpacing * $fontSize;
266 $fontSize = (float) $this->font->size / $this->font->unitsPerEm;
270 $lineHeight = ($this->font->ascent + $this->font->descent) * $fontSize * 2;
287 $lineWidth += $this->font->glyphs[$letter]->horizAdvX * $fontSize +
288 $this->font->em * $this->font->letterSpacing * $fontSize;
306 $fontSize = (float) $this->font->size / $this->font->unitsPerEm;
312 $d = $this->defScale($d, $fontSize, -$fontSize);
313 $d = $this->defTranslate($d, 0, $horizAdvY * $fontSize * 2);
336 $fontSize = (float) $this->font->size / $this->font->unitsPerEm;
337 return $this->font->glyphs[$letter]->horizAdvX * $fontSize;