Change type of TextSize to float
This commit is contained in:
@ -145,7 +145,7 @@ class Format implements BackgroundColorable, BgColorable, Renderable, Styleable,
|
||||
*/
|
||||
public function setTextSize($textSize)
|
||||
{
|
||||
$this->textSize = (int)$textSize;
|
||||
$this->textSize = (float)$textSize;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user