Hi
We’re using Aspose.Cells for .NET, version 18.9.0
In order to export to PDF with the right fonts, without installing them on the server, we are using:
FontConfigs.SetFontFolder(pathToRobotoFamily, true);
It works great with all cells of the spreadsheet, but it has no effect on legend and titles of the graphs. Sheet to be exported is the first one.
Font folder contains 18 .ttf of the Roboto family.
Sample excel: sample.zip (29.5 KB)
Thank you