How to Set Font Kerning property in c#

106 Views Asked by At

How to set the Font property Kerning and Use Context Properties in C# . It is possible to set in Word enter image description here

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#

0

There are 0 best solutions below