Thanks Peter, let me give it a try a report back how it went.
-Pete
On Mon, Mar 17, 2008 at 4:18 PM, Peter Ritchie <
[EMAIL PROTECTED]> wrote:
> I haven't tried it, but you could try using
> PrivateFontCollection.AddMemoryFont(). Based on signature, something like
> the following?
>
> // load o
I haven't tried it, but you could try using
PrivateFontCollection.AddMemoryFont(). Based on signature, something like
the following?
// load of font resource and retrieval of it's length performed previous
GCHandle gcHandle = GCHandle.Alloc(loadedFontResource,
GCHandleType.Pinned);
try
{
privat