tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Font file cannot be found on unix system because auf case sensitivity #706

Open kevinglier opened 7 months ago

kevinglier commented 7 months ago

On linux systems there is a problem with font file names when the path does contain capitalised characters.

Is there a reason for the strtolower in this line?

https://github.com/tecnickcom/TCPDF/blob/d4adef47ca21c90e6483d59dcb9e5b1023696937/tcpdf.php#L9114