This commit is contained in:
2012-08-01 11:31:42 +00:00
parent 058c21ba65
commit 8bba4e7426
2 changed files with 60 additions and 31 deletions

View File

@@ -245,7 +245,12 @@ namespace Volian.Print.Library
// do positioning based on whether format has locations for section 'header'. If it's not centered, treat
// it's location more like a 'tab'.
if (doSectTab)
{
XOffset = xoffset;
// the width was just a little small, so it was wrapping - but only if there were no spaces at end
// so use this condition to do minimal impact (WCN1 format, for section tabs with three places, i.e. 6.1.2
if (!cleanTab.EndsWith(" "))Width += .1f;
}
else
{
//if (MyFont.Family == "Arial" && MyFont.Size == 14)