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