Set PDF fonts to be embedded.
This commit is contained in:
@@ -165,7 +165,7 @@ namespace Volian.Print.Library
|
||||
{
|
||||
ColumnText ct = new ColumnText(cb);
|
||||
ct.SetSimpleColumn(left, 4 + top - yDescent, right, top - yDescent - 50);
|
||||
iTextSharp.text.Font font = FontFactory.GetFont("Arial", 2);
|
||||
iTextSharp.text.Font font = FontFactory.GetFont("Arial", BaseFont.IDENTITY_H, BaseFont.EMBEDDED, 2);
|
||||
Chunk chk = new Chunk(debugText + string.Format(" Top = {0}",top), font);
|
||||
Phrase ph = new Phrase(chk);
|
||||
ct.AddElement(ph);
|
||||
|
Reference in New Issue
Block a user