Pop\Font\TrueType\OpenType::__construct PHP Method

__construct() public method

Instantiate a OpenType font file object based on a pre-existing font file on disk.
public __construct ( string $font ) : OpenType
$font string
return OpenType
    public function __construct($font)
    {
        parent::__construct($font);
    }