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
We are running into issues with our custom fonts (which strangely have been working before) when both installing automatically and using the dompdf load_fonts.php utility by @bsweeney
It looks like the error we hit is in php-font-lib, here is the console output:
Unable to find bold face file.
Unable to find italic face file.
Unable to find bold_italic face file.
Copying /Users/samhibberd/Desktop/NMSyms.ttf to /Users/samhibberd/Sites/vasco-web/craft/plugins/vasco/vendor/dompdf/dompdf/lib/fonts/NMSyms.ttf...
Generating Adobe Font Metrics for /Users/samhibberd/Sites/vasco-web/craft/plugins/vasco/vendor/dompdf/dompdf/lib/fonts/NMSyms...
Warning: unpack(): Type n: not enough input, need 2, have 0 in /Users/samhibberd/Sites/vasco-web/craft/plugins/vasco/vendor/phenx/php-font-lib/src/FontLib/BinaryStream.php on line 183
Warning: unpack(): Type n: not enough input, need 2, have 0 in /Users/samhibberd/Sites/vasco-web/craft/plugins/vasco/vendor/phenx/php-font-lib/src/FontLib/BinaryStream.php on line 183
NB. I have removed some date() and strftime() warnings as they appear to have fallback values.
Hi There,
We are running into issues with our custom fonts (which strangely have been working before) when both installing automatically and using the dompdf load_fonts.php utility by @bsweeney
It looks like the error we hit is in php-font-lib, here is the console output:
NB. I have removed some date() and strftime() warnings as they appear to have fallback values.
Any ideas??
Thanks.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: