This commit is contained in:
@@ -1037,6 +1037,7 @@ namespace Volian.Print.Library
|
||||
}
|
||||
svgText.Font = pageItem.Font.WindowsFont;
|
||||
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;
|
||||
|
||||
// the column may need adjusted based on the document styles PageWidth. This was done in
|
||||
|
Reference in New Issue
Block a user