diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 2c7b16b2..a4c79c63 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -3264,6 +3264,7 @@ namespace Volian.Print.Library || (co != null && co.DropCheckOff); if (itemInfo.MyContent.MyGrid != null) { + vlnCells.DefaultFont = itemInfo.FormatStepData.Font.WindowsFont;// Set the default text font based upon the format int profileDepth1 = ProfileTimer.Push(">>>> Before vlnParagraph.Grid"); //Use Static MyFlexGrid - BWD INST2 - FlexGrid Errors MyFlexGrid.LoadGrid(itemInfo);