This commit is contained in:
2011-05-19 13:39:30 +00:00
parent 7e05b609f2
commit 99cc264fb0
3 changed files with 73 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ namespace Volian.Print.Library
Rtf = GetRtf(origText, vFont);
XOffset = xoffset;
MyFont = vFont;
Width = _CharsToTwips * (Text.Length + 2);
Width = MyFont.CharsToTwips * (Text.Length + 2);
}
public vlnText()
{