Good morning,
I have written a class that prints RTF in a graphics object and I was wondering if this was usable as is in your own Xgraphics object and if yes, how to implement it. Or, is there a function for that in PdfSharp that I didn't see?
My class is using the USER32.DLL APIs and works fine enough. There are some minor issues with the X,Y positioning as the API seems to sometimes not calculate the X, Y coordinates accurately (which means shifting data by a few pixels only), but I'm working on circumvention. Or maybe, there just is a bug in my code that that I didn't see yet
I have included a sample project.
Best regards
Michel Dejolier