This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user