This commit is contained in:
2011-05-19 13:36:09 +00:00
parent 1d84dd29e3
commit 1b1e5668d1
4 changed files with 12 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ namespace Volian.Print.Library
{
public float HeaderWidth
{
get { return _WidthAdjust + (_CharsToTwips * Text.Length); }
get { return _WidthAdjust + (MyFont.CharsToTwips * Text.Length); }
}
public vlnHeader(vlnParagraph myParent, PdfContentByte cb, string origStr, string cleanStr, float xoffset, float yoffset, VE_Font vFont)
{