Page 1 of 1

Arial Narrow Bold

Posted: Thu Jul 08, 2021 7:00 am
by manu
Hello,

I have created a report with 3 texts in 3 different fonts:

- Arial Narrow
- Arial Narrow (bold)
- Arial

When I export to PDF from Reports.Web (.Net), the resulting PDF is not able to display Arial Narrow Bold correctly.
I have tried adding the fonts ARIALN.TTF, ARIALNB.TTF, ARIALNBI.TTF, and ARIALNI.TTF using StiFontCollection.AddFontFile(), but it doesn't work.
Arial Narrow Bold (4).pdf
(48.73 KiB) Downloaded 124 times
Please I need some help with this font style.

Thanks,
Manuel

Re: Arial Narrow Bold

Posted: Fri Jul 09, 2021 2:40 pm
by Lech Kulikowski
Hello,

In the NetCore there are nuances of working with fonts.
If you are running it on Windows, you can try StiOptions.Export.Pdf.AllowImportSystemLibraries = true;
If it doesn't help, there is no solution.
There are technical problems that we have not yet solved, this is on the to-do list, we hope to solve the issue this year.

Thank you.