Reputation: 112
I'm trying to generate text to print out in a .net application that matches what our designers are able to produce in Photoshop & Illustrator. Using the built-in drawing API's from GDI+ can't produce the same type of output when it comes to anti-aliasing, kerning/letter spacing, etc.
Do you know of any any third-party (commercial or open source) font engines available for the .net platform that offers such functionality?
Thanks
Upvotes: 1
Views: 239
Reputation: 33910
Have you looked at DirectWrite? Not immediately available as .Net libraries but, could probably be P/Invoked into action.
Upvotes: 2