This commit is contained in:
2012-09-27 11:29:23 +00:00
parent 58ba9d1fca
commit 5beff6cd48

View File

@@ -1037,6 +1037,7 @@ namespace Volian.Print.Library
} }
svgText.Font = pageItem.Font.WindowsFont; svgText.Font = pageItem.Font.WindowsFont;
float row = (float)pageItem.Row < 0 ? -(float)pageItem.Row : (float)pageItem.Row; float row = (float)pageItem.Row < 0 ? -(float)pageItem.Row : (float)pageItem.Row;
if ((justify & VEPROMS.CSLA.Library.E_Justify.PSTop) == VEPROMS.CSLA.Library.E_Justify.PSTop) row -= ((72 / 6) / 2);
float lcol = pageItem.Col ?? 0; float lcol = pageItem.Col ?? 0;
// the column may need adjusted based on the document styles PageWidth. This was done in // the column may need adjusted based on the document styles PageWidth. This was done in