Open
Description
Bug Report
Description of the problem
Setting custom font for text AcroForm has no effect if PDF file opened in Adobe Acrobat Reader, but works fine in Google Chrome:
PDF file example: aladin.pdf
Code sample
doc.font('aladin.regular.ttf');
doc.formText('InputField1', 10, 10, 200, 20, { value: 'Aladin' });
Your environment
- pdfkit version: 0.11.0
- Browser version: Google Chrome 80.0.3987.122
- Operating System: Windows 10