mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 03:10:55 +00:00
5a418ea1fb
Fix #2809. User felt font files should be searched recursively. The problem could be overcome merely by specifying a more precise font location. However, user has a point - the file layout on user's system is pretty common, and can be integrated into PhpSpreadsheet code easily. As a bonus, the DocBlock for setTrueTypeFontPath, which the user felt was misleading, doesn't even have to change.