Fixed logic to account for font when building the row of asterisks above and below Cautions.

Fixed the position of the Caution when it is after a Note
This commit is contained in:
2013-11-11 21:53:44 +00:00
parent 30facbbec0
commit 83415355ae
2 changed files with 61 additions and 29 deletions

View File

@@ -63,7 +63,6 @@ namespace Volian.Print.Library
foreach (ItemInfo iChildItemInfo in itemInfoList)
{
ItemInfo childItemInfo = iChildItemInfo;
// if in a ComponentTableFormat (FNP sub format 1, component list), column headers are defined
// by the first level of children. The data for the column is the child of the column header.
// Sometimes the column will not have data, the following handles that case. Also, use
@@ -131,6 +130,7 @@ namespace Volian.Print.Library
if (!boxHLS || (boxHLS && !childItemInfo.HasCautionOrNote))
yoff += ln * vlnPrintObject.SixLinesPerInch;
}
bxIndex = bxIndx;
}
else // Change Box Style
{