Lime\Helper\Img::text PHP Method

text() public method

public text ( $text, $font_file, $font_size = 12, $color = '#000000', $position = 'center', $x_offset, $y_offset )
    public function text($text, $font_file, $font_size = 12, $color = '#000000', $position = 'center', $x_offset = 0, $y_offset = 0)
    {
        $this->image->text($text, $font_file, $font_size, $color, $position, $x_offset, $y_offset);
        return $this;
    }