New to Itext so I assume that both of these problems are down to my basic
(mis)understanding. Given the following C# code:
BaseFont customfont =
BaseFont.CreateFont(@"c:\windows\fonts\BuxtonSketch.ttf", BaseFont.CP1252,
BaseFont.EMBEDDED);
Document doc = new Document();
var
New to Itext so I assume that both of these problems are down to my basic
(mis)understanding. Given the following C# code:
BaseFont customfont =
BaseFont.CreateFont(@"c:\windows\fonts\BuxtonSketch.ttf", BaseFont.CP1252,
BaseFont.EMBEDDED);
Document doc = new Document();
var wri