file_get_contents

Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Reads entire file into a string
file_get_contents(    string $filename,    bool $use_include_path false,    ?resource $context null,    int $offset 0,    ?int $length null): string|false
            throw new Exception("Font {$value} not found.");

        }



        
$this->styles->set('font'json_decode(file_get_contents($fontFile), true));

        

        return 
$this

    }
            throw new Exception("Font {$value} not found.");

        }



        
$this->styles->set('font'json_decode(file_get_contents($fontFile), true));

        

        return 
$this

    }