How to set the Font property Kerning and Use Context Properties in C# . It is possible to set in Word
So I'm trying to set the font property and write it to pdf . So everytime I write it gives extra space . If I'm able to set the kerning property then it will solve the problem. If I write to html using CSS and set kerning property to 1 then the it is rendered perfectly .This is easy to do in css but how to set this in C#