This commit is contained in:
2010-07-14 16:17:39 +00:00
parent 2bf01da344
commit ebd566dcb2
11 changed files with 1058 additions and 468 deletions

View File

@@ -33,7 +33,7 @@ namespace Volian.Print.Library
YOffset = yoffset;
Text = cleanText;
Rtf = GetRtf(origText, vFont);
XOffset = xoffset; // -Width;
XOffset = xoffset;
MyFont = vFont;
Width = _CharsToTwips * (Text.Length + 2);
}