Dear developers!
You're doing a great job for all of us, humble and most of the time silent users.
For example, I just registered to ask for a feature of sorts. And surely to thank you
The idea is as follows:
As a text rendering engine PDFSharp implements some text measurement utility, based upon font properties. Sometimes this is a very important functionality which in the .Net world completely relies on the framework and OS functions requiring full trust, which is not always acceptable. And there is no neat third party solution.
It would be great to be able to use this measurement functionality independently of the rendering engine itself. Let it be not a separate library, but at least a set of public classes available outside of the PDFSharp assembly without constructing a PDF document each time and, which is important, without supporting a patched version of the library.
Thank you very much, at least for reading this