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

PHP Warning: Undefined array key 120 #549

Open reo-yamashita opened 2 years ago

reo-yamashita commented 2 years ago

Hi, I want to run addfont php with

php  tcpdf_addfont.php  -b -t CID0JP -f 32 -i KozGoPro-Regular.ttf

, but it doesnt' work... I had an waring below.

PHP Warning: Undefined array key 120 in /TCPDF-main/include/tcpdf_fonts.php on line 778

should I ignore this warning or have to fix?

smouzour commented 2 years ago

we used php 8.1.6 and tecnickcom/tcpdf 6.5.0 Neither the command line method nor the coded by using TCPDF_FONTS::addTTFfont is worked for us.

But we used this online tool to generate the 3 needed files. http://fonts.palettize.me/

Check this https://ourcodeworld.com/articles/read/601/how-to-implement-custom-fonts-in-tcpdf A. Using a free online service