From 948161603aa2b999259aebb259afc613ee9de89f Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 19 Aug 2016 15:30:04 +0000 Subject: [PATCH] Set the default text font based upon the current format for Tables. --- PROMS/Volian.Print.Library/vlnParagraph.cs | 1 + 1 file changed, 1 insertion(+) 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);