B2019-174 Created static method to register the font fonder so that it can be called at the start of printing.

B2019-174 Register the font folder with iTechSharp so that the symbol fonts can be found when generating the Auto Table Of Contents
This commit is contained in:
2019-11-20 20:25:38 +00:00
parent bfba372747
commit 7b57386758
2 changed files with 32 additions and 19 deletions

View File

@@ -684,7 +684,7 @@ namespace Volian.Print.Library
if (_MyFoldoutSection != null) _MyFoldoutSection.Clear();
else _MyFoldoutSection = new List<SectionInfo>();
VlnItextFont.RegisterFontFolder(); //B2019-174 register the font folder so that symbols will display on auto TOC
if (myProcedure.Sections != null)
{
int cnt = 0;