This commit is contained in:
2011-05-19 13:38:10 +00:00
parent 382ec20867
commit 7e05b609f2
2 changed files with 8 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ namespace Volian.Print.Library
else
Rtf = "--------------------------"; //TODO - What should this be: is this Ctrl-A?
MyFont = formatInfo.PlantFormat.FormatData.Font;
Width = sepStr.Length * _CharsToTwips + _WidthAdjust;
Width = sepStr.Length * MyFont.CharsToTwips + _WidthAdjust;
}
public override float ToPdf(PdfContentByte cb, float yPageStart, float yTopMargin, float yBottomMargin)
{