Internal only – commenting Table Scrunch code

This commit is contained in:
2022-06-29 10:28:25 +00:00
parent cac64aee18
commit 0cf054ea05
4 changed files with 71 additions and 43 deletions

View File

@@ -1898,6 +1898,8 @@ namespace Volian.Print.Library
vlnParagraph pLast = ChildrenBelow[ChildrenBelow.Count - 1];
btm = pLast.YBottomPagination;
}
// TableSpaceAvailable is SpaceAvailable (Amount of white space there is to work with in table) +
// LeadingSpaceAvailable (Amount of space taken up by space between lines, leading - fontsize)
if (MyGrid != null)
tsa = MyGrid.SpaceAvailable + MyGrid.LeadingSpaceAvailable;
if (btmRight != 0)