Lines Matching refs:float
44 public float $cPadding = 2;
47 public float $cellHeightRatio = 1.8;
50 public float $X = 0.0;
53 public float $Y = 0.0;
60 public float $noMarginWidth = 0.0;
63 public float $lastCellHeight = 0.0;
76 public float $largestFontHeight = 0;
80 public float $maxY = 0;
239 …ction createCell(float $width, float $height, string $border, string $align, string $bgcolor, stri…
263 float $width,
264 float $height,
268 float $left,
269 float $top,
317 …public function createImage(string $file, float $x, float $y, float $w, float $h, string $align, s…
337 float $x,
338 float $y,
339 float $w,
340 float $h,
357 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine
401 public function addMaxY(float $y): void
469 public function getCurrentStyleHeight(): float
486 public function getFootnotesHeight(float $cellWidth): float
501 public function getRemainingWidth(): float
511 public function getPageHeight(): float
523 public function getStringWidth(string $text): float
537 public function getTextCellHeight(string $str): float
551 public function getX(): float
561 public function getY(): float
595 public function setX(float $x): void
609 public function setY(float $y): void
627 public function setXy(float $x, float $y): void
641 public function textWrap(string $str, float $width): string