Your IP : 216.73.216.220


Current Path : /var/www/www.indacotrentino.com/www/vendor/endroid/qr-code/src/Label/Font/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/endroid/qr-code/src/Label/Font/FontInterface.php

<?php

declare(strict_types=1);

namespace Endroid\QrCode\Label\Font;

interface FontInterface
{
    public function getPath(): string;

    public function getSize(): int;
}