Lines Matching refs:Position
43 * @param int X-Position
44 * @param int Y-Position
68 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value2);
69 $TextWidth = $Position [2] - $Position [0];
70 $TextHeight = $Position [1] - $Position [7];
105 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value2);
106 $TextHeight = $Position [1] - $Position [7];
136 * @param int X-Position of the Center
137 * @param int Y-Position of the Center
274 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
275 $TextWidth = $Position [2] - $Position [0];
276 $TextHeight = abs($Position [1]) + abs($Position [3]);
305 * @param int X-Position of the Center
306 * @param int Y-Position of the Center
349 * @param int X-Position of the Center
350 * @param int Y-Position of the Center
439 * @param int X-Position of the Center
440 * @param int Y-Position of the Center
536 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
537 $TextWidth = $Position [2] - $Position [0];
538 $TextHeight = abs($Position [1]) + abs($Position [3]);