Added a box style for the Robinson EOP format.
This commit is contained in:
parent
c56c78f1e0
commit
9434938ffc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user