#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?