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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user