I have a little problem with my application. I want to add a text to a PDF but with a little special thing. The text has to be italic, but the angle of italic is too high! Italic has a angle of 11 degrees but I need 10 degrees!
I don't know how itextsharp works, if there is a function which creates a new italic function which is another like Visual Studio uses. Then I could edit the library, but I don't know how.
Or is there a possibility to create my own function which does what I want?
I don't need a rotation I need a angle like italic.
Thanks for you help.