dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Drop custom autoload #111

Closed PowerKiKi closed 8 months ago

PowerKiKi commented 2 years ago

Since https://github.com/dompdf/dompdf/pull/2799, DomPdf does not use this autoloader anymore.

Instead, we rely entirely on composer so that we have the freedom to add any dependencies without adding any burden for autoloading mechanism.