Set the default text font based upon the current format for Tables.

This commit is contained in:
Rich 2016-08-19 15:30:04 +00:00
parent e9a42b1b45
commit 948161603a

View File

@ -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);