[iText-questions] Problem with descenders (and compression)

2013-01-02 Thread Viv
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

[iText-questions] Simple problem with descenders (and compression

2013-01-02 Thread Viv
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