diff --git a/PROMS/Volian.Print.Library/vlnBox.cs b/PROMS/Volian.Print.Library/vlnBox.cs index 019a5a8f..96dcea15 100644 --- a/PROMS/Volian.Print.Library/vlnBox.cs +++ b/PROMS/Volian.Print.Library/vlnBox.cs @@ -54,6 +54,7 @@ namespace Volian.Print.Library const string BoxAsteriskWithSides2 = " *. *.*.*. . . *.*. . *. . "; // ip3 const string BoxAsteriskTopBottom = "*.*.*. . . .*.*. .*. . "; // fnp const string BoxLineTopBottom = "\x2500.\x2500.\x2500. . . .\x2500.\x2500. .\x2500. . "; // fnp + const string BoxAsteriskTopBotton2 = " .*. . . . . . . .*. . "; // Robinson (CPL) public override float ToPdf(PdfContentByte cb, float yPageStart, ref float yTopMargin, ref float yBottomMargin) { @@ -116,6 +117,7 @@ namespace Volian.Print.Library break; case BoxAsterisk: case BoxAsteriskTopBottom: + case BoxAsteriskTopBotton2: DrawAsteriskTopBottom(cb, yPageStart, yTopMargin, yBottomMargin, ref top, ref bottom, left); break; case BoxLineTopBottom: // fnp note box