TypeInterface
in
Type interface
Tags
Table of Contents
Methods
- font() : TypeInterface
- Set the font
- getFillColor() : ColorInterface
- Get fill color
- getOpacity() : int|float|null
- Get the opacity
- getStrokeColor() : ColorInterface
- Get stroke color
- getStrokeWidth() : int
- Get stroke width
- rotate() : TypeInterface
- Set the rotation of the text
- setFillColor() : TypeInterface
- Set fill color
- setOpacity() : TypeInterface
- Set the opacity
- setStrokeColor() : TypeInterface
- Set stroke color
- setStrokeWidth() : TypeInterface
- Set stroke width
- size() : TypeInterface
- Set the font size
- x() : TypeInterface
- Set the X-position
- xy() : TypeInterface
- Set both the X- and Y-positions
- y() : TypeInterface
- Set the Y-position
Methods
font()
Set the font
public
font(string $font) : TypeInterface
Parameters
- $font : string
Return values
TypeInterfacegetFillColor()
Get fill color
public
getFillColor() : ColorInterface
Return values
ColorInterfacegetOpacity()
Get the opacity
public
getOpacity() : int|float|null
Return values
int|float|nullgetStrokeColor()
Get stroke color
public
getStrokeColor() : ColorInterface
Return values
ColorInterfacegetStrokeWidth()
Get stroke width
public
getStrokeWidth() : int
Return values
introtate()
Set the rotation of the text
public
rotate(int $degrees) : TypeInterface
Parameters
- $degrees : int
Return values
TypeInterfacesetFillColor()
Set fill color
public
setFillColor(ColorInterface $color) : TypeInterface
Parameters
- $color : ColorInterface
Return values
TypeInterfacesetOpacity()
Set the opacity
public
setOpacity(int|float $opacity) : TypeInterface
Parameters
- $opacity : int|float
Return values
TypeInterfacesetStrokeColor()
Set stroke color
public
setStrokeColor(ColorInterface $color) : TypeInterface
Parameters
- $color : ColorInterface
Return values
TypeInterfacesetStrokeWidth()
Set stroke width
public
setStrokeWidth(int $w) : TypeInterface
Parameters
- $w : int
Return values
TypeInterfacesize()
Set the font size
public
size(int $size) : TypeInterface
Parameters
- $size : int
Return values
TypeInterfacex()
Set the X-position
public
x(int $x) : TypeInterface
Parameters
- $x : int
Return values
TypeInterfacexy()
Set both the X- and Y-positions
public
xy(int $x, int $y) : TypeInterface
Parameters
- $x : int
- $y : int
Return values
TypeInterfacey()
Set the Y-position
public
y(int $y) : TypeInterface
Parameters
- $y : int