Fixed logic for partial step compress
This commit is contained in:
@@ -1214,6 +1214,13 @@ namespace Volian.Print.Library
|
||||
}
|
||||
if (MyItemInfo.IsHigh && MyItemInfo.MyPrevious != null && ((MyItemInfo.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DoubleBoxHLS) == E_DocStructStyle.DoubleBoxHLS))
|
||||
yPageStart -= SixLinesPerInch;
|
||||
if (MyPageHelper.ParaBreaks.Count > 0 && MyPageHelper.ParaBreaks[0].CompressPreviousPartOfPage)
|
||||
{
|
||||
MyPageHelper.YMultiplier = _SevenLinesPerInch / SixLinesPerInch;
|
||||
CompressPartOfPage = false;
|
||||
}
|
||||
///else
|
||||
/// MyPageHelper.YMultiplier = 1;
|
||||
break;
|
||||
// XXXX XX XXXXX XXXXXXX X
|
||||
// X X X X X X X XXX
|
||||
|
Reference in New Issue
Block a user