Lines Matching defs:FontSize

88     /** @var float $FontSize */
89 protected $FontSize = NULL;
144 * @param float $FontSize
146 function setFontProperties($FontFile, $FontSize) {
148 $this->FontSize = $FontSize;
388 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
393 $this->FontSize, 0,
395 $YPos + ($this->FontSize / 2)),
406 $this->FontSize,
409 $YPos + ($this->FontSize / 2)),
425 $Position = imageftbbox($this->FontSize, 90, $this->FontName, $Data->getDataDescription()->getYAxisName());
431 $this->FontSize, 90,
432 new Point($XMin + $this->FontSize,
440 $this->FontSize, 90,
441 new Point($XMin - $this->FontSize,
471 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
478 $this->FontSize,
491 $this->FontSize,
502 $this->FontSize,
525 $this->FontSize, 90,
532 $this->FontSize, 0,
534 $YMax + $this->FontSize + 5),
719 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
722 $this->FontSize,
725 $YPos + ($this->FontSize / 2)),
792 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
799 $this->FontSize,
812 $this->FontSize,
823 $this->FontSize,
845 $this->FontSize, 90, $this->FontName,
851 $this->FontSize,
853 new Point($XMin - $this->FontSize,
900 $Position = imageftbbox($this->FontSize, 90, $this->FontName, $data->getDataDescription()->getXAxisName());
904 $this->FontSize,
907 $YMax + $this->FontSize + 5),
981 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1017 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1050 $YOffset = 4 + $this->FontSize;
1065 $this->FontSize,
1075 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1095 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1101 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1107 $this->FontSize,
1136 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Text);
1151 $newPosition = $point1->addIncrement(1, $this->FontSize + 1);
1156 $this->FontSize + 1
1161 $point1->getY() + $this->FontSize + 1);
1194 $this->canvas->drawText($this->FontSize, $Angle, $newPosition, $color, $this->FontName, $Text, $shadowProperties);
1236 $Y + ($this->FontSize / 2));
1239 $Y - ($this->FontSize / 2));
1243 $this->FontSize, 0,
1280 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
1355 $this->FontSize,
1624 $Positions = imagettfbbox($this->FontSize, 0, $this->FontName, $Value);
1630 $this->FontSize,
2570 $Positions = imagettfbbox($this->FontSize, 0, $this->FontName, $Label);
2587 $this->FontSize,
2611 $Positions = imagettfbbox($this->FontSize, 0, $this->FontName, $t);
2613 $Y = $YPos + $this->FontSize;
2639 $this->FontSize,