T
Tarren
Hi:
I need to render text graphics using custome font.
I am running into issues where PrivateFontCollection will hang sometimes
when I instantiate it.
PrivateFontCollection fc = new PrivateFontCollection();
The annoying part is that it hangs IIS, but does not through any error so
there is nothing to try / catch.
Any thoughts?
Are there 3rd party libraries available to render text to graphics using my
own provided ttfs?
Thanks
I need to render text graphics using custome font.
I am running into issues where PrivateFontCollection will hang sometimes
when I instantiate it.
PrivateFontCollection fc = new PrivateFontCollection();
The annoying part is that it hangs IIS, but does not through any error so
there is nothing to try / catch.
Any thoughts?
Are there 3rd party libraries available to render text to graphics using my
own provided ttfs?
Thanks