0
votes

We have a customer with an invoice print layout that requires a specific font. Is it possible to add new font type like Raleway to Acumatica report designer for invoices? Thanks

2

2 Answers

1
votes

The font can be selected in the name property of the report editor: enter image description here

This lists fonts installed on the machine where report editor is executed. To handle custom fonts you need to install it on the developper machine and the server hosting Acumatica.

To install a truetype font in Windows simply drop the '.ttf' file in 'Windows\Fonts' folder. Restarting applications could be necessary to rebuild the font cache and make it available (this is application specific): enter image description here

In Report Editor I suggest you set a global font in Report element if you want to set it as a default font for that report: enter image description here

Make sure you have set PdfFontEmbedded to True otherwise system fonts will be used when viewing PDF. enter image description here