interface FontInterface
The font interface
Methods
string |
getFile()
Gets the fontfile for current font |
|
integer |
getSize()
Gets font's integer point size |
|
Color |
getColor()
Gets font's color |
|
BoxInterface |
box(string $string, integer $angle)
Gets BoxInterface of font size on the image based on string and angle |
Details
at line 27
public string
getFile()
Gets the fontfile for current font
at line 34
public integer
getSize()
Gets font's integer point size
at line 41
public Color
getColor()
Gets font's color
at line 51
public BoxInterface
box(string $string, integer $angle)
Gets BoxInterface of font size on the image based on string and angle