This commit is contained in:
@@ -25,7 +25,7 @@ namespace Volian.Print.Library
|
||||
XOffset = xoffset;
|
||||
MyFont = vFont;
|
||||
}
|
||||
public override float ToPdf(PdfContentByte cb, float yPageStart, float yTopMargin, float yBottomMargin)
|
||||
public override float ToPdf(PdfContentByte cb, float yPageStart, ref float yTopMargin, ref float yBottomMargin)
|
||||
{
|
||||
string fontFace = MyFont.WindowsFont.Name;
|
||||
int fontStyle = (MyFont.WindowsFont.Bold ? iTextSharp.text.Font.BOLD : 0) + (MyFont.WindowsFont.Italic ? iTextSharp.text.Font.ITALIC : 0);
|
||||
|
Reference in New Issue
Block a user