As per the title. All text trying to use regular Alright San Light just looks a mess. Doing a Document.Save to pdf renders fine. I’ve tried setting the font directory to point it to the right location but to no avail. The documentation seems a bit out of date on the page I’m looking at for this as well.
RWHDocument.FontSettings = New Fonts.FontSettings
RWHDocument.FontSettings.GetFontsSources()
RWHDocument.FontSettings.SetFontsFolder(HttpRuntime.AppDomainAppPath + “\Fonts”, True)
Any suggestions gratefully received.
Colin