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
In current implementation the Font on an PdfTextField is "Curier New" hardcoded in PdfTextField class.
This causes to crash my automatically filled PDF because in the PDF the Font and Size is Predefined in this fields.
See here: public XFont Font { get; set; } = new XFont("Courier New", 10.0);
The text was updated successfully, but these errors were encountered:
In current implementation the Font on an PdfTextField is "Curier New" hardcoded in PdfTextField class.
This causes to crash my automatically filled PDF because in the PDF the Font and Size is Predefined in this fields.
See here:
public XFont Font { get; set; } = new XFont("Courier New", 10.0);
The text was updated successfully, but these errors were encountered: