Mike42\Escpos\PrintBuffers\ImagePrintBuffer::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        if (!EscposImage::isImagickLoaded()) {
            throw new Exception("ImagePrintBuffer requires the imagick extension");
        }
        $this->font = null;
        $this->fontSize = 24;
    }