This commit is contained in:
2010-06-23 12:50:45 +00:00
parent 5af2c31559
commit 9140d46c1d
5 changed files with 143 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ namespace Volian.Print.Library
public vlnBox(vlnParagraph paragraph)
{
}
const string BoxThin = "\x2510.\x2500.\x250c.\x2502. . .\x2518.\x2514. .\x2500. . ";
public const string BoxThin = "\x2510.\x2500.\x250c.\x2502. . .\x2518.\x2514. .\x2500. . ";
const string BoxThick = "\x2584.\x2584.\x2584.\x2588. . .\x2580.\x2580. .\x2580. . ";
public override float ToPdf(PdfContentByte cb, float yPageStart, float yTopMargin, float yBottomMargin)
{