Posted 10 December 2019, 2:27 pm EST
I would like to set all unrecognized fonts when doing a PDF export to fallback to a single font.
I tried using
GC.Spread.Sheets.Print.PDFFontsManager.fallbackFont = function (font) {
return response.encodedFont;
}
But the font still shows as a different one


