Set the default text font based upon the current format for Tables.
This commit is contained in:
parent
e9a42b1b45
commit
948161603a
@ -3264,6 +3264,7 @@ namespace Volian.Print.Library
|
|||||||
|| (co != null && co.DropCheckOff);
|
|| (co != null && co.DropCheckOff);
|
||||||
if (itemInfo.MyContent.MyGrid != null)
|
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");
|
int profileDepth1 = ProfileTimer.Push(">>>> Before vlnParagraph.Grid");
|
||||||
//Use Static MyFlexGrid - BWD INST2 - FlexGrid Errors
|
//Use Static MyFlexGrid - BWD INST2 - FlexGrid Errors
|
||||||
MyFlexGrid.LoadGrid(itemInfo);
|
MyFlexGrid.LoadGrid(itemInfo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user