Fixed logic for partial step compress

This commit is contained in:
Rich
2015-03-06 19:36:39 +00:00
parent 8472fa86b0
commit 66044a2a71
2 changed files with 11 additions and 3 deletions

View File

@@ -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