/
var
/
www
/
barefootlaw.org
/
will-generator
/
vendor
/
endroid
/
qr-code
/
src
/
Label
/
Font
/
Upload File
HOME
<?php declare(strict_types=1); namespace Endroid\QrCode\Label\Font; interface FontInterface { public function getPath(): string; public function getSize(): int; }