HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Input text and font-family › Reply To: Input text and font-family
October 18, 2023 at 13:57
#37319
Hello, we have this font in our pd4fonts.properties file:
Calibre\ Black=Calibre-Black.ttf
We are using the method like this: pd4ml.generateForms(true, “Calibre Black”); but we are not getting the correct font to display (that font is used in texts outside of input fields and is drawn correctly)
Is there something misconfigured in the properties file or in the way you are calling the method?