This commit is contained in:
parent
545c4268a6
commit
0ed59c65bf
@ -94,7 +94,9 @@ namespace Volian.Print.Library
|
|||||||
case BoxFPLCaution:
|
case BoxFPLCaution:
|
||||||
lineThickness = 3;
|
lineThickness = 3;
|
||||||
cb.SetLineWidth(lineThickness);
|
cb.SetLineWidth(lineThickness);
|
||||||
cb.Rectangle(left + llxOffset, bottom + (lineThickness / 2), right - left, (Height - lineThickness) * MyPageHelper.YMultiplier);
|
// use a Y adjustment (top & bottom) to make the caution box match the 16bit output.
|
||||||
|
float YbxAdjust = 6.5F;
|
||||||
|
cb.Rectangle(left + llxOffset, bottom - YbxAdjust + (lineThickness / 2), right - left, (Height - lineThickness + 2*YbxAdjust) * MyPageHelper.YMultiplier);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// For other than thick, thin and double.
|
// For other than thick, thin and double.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user