You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But checking manually I didn't find these folders under lib
ё@OFFICE d:\OpenServer\domains\site.new\vendor\dompdf\dompdf\lib
> ls -a
. .. Cpdf.php fonts html5lib res
Then I commented these lines, but one more error
> php load_font.php Arialuni arialuni.ttf
Unable to find bold face file.
Unable to find italic face file.
Unable to find bold_italic face file.
Copying arialuni.ttf to D:\OpenServer\domains\site.new\vendor\dompdf\dompdf\lib\fonts/arialuni.ttf...
Generating Adobe Font Metrics for D:\OpenServer\domains\site.new\vendor\dompdf\dompdf\lib\fonts/arialuni...
Fatal error: Class 'FontLib\Font' not found in D:\OpenServer\domains\site.new\vendor\dompdf\dompdf\load_font.php on line 153
The text was updated successfully, but these errors were encountered:
I try to add cyrillic font to DOMPDF 0.7 but always errors.
First of all I had this when run load_font.php in command line
Then I go to autoload.inc.php and found that there is
But checking manually I didn't find these folders under lib
Then I commented these lines, but one more error
The text was updated successfully, but these errors were encountered: