This commit is contained in:
		@@ -225,7 +225,7 @@ namespace Volian.Print.Library
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		private bool _PaginationDebug = false;
 | 
							private bool _PaginationDebug = false;
 | 
				
			||||||
		private bool _TextDebug = true; // false;
 | 
							private bool _TextDebug = false; //true; this will turn on a writeline with debug in DrawText()
 | 
				
			||||||
		private float DrawFigure(PdfContentByte cb, float yBottomMargin, float yLocation)
 | 
							private float DrawFigure(PdfContentByte cb, float yBottomMargin, float yLocation)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			float retval = yLocation;
 | 
								float retval = yLocation;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user