PrivateFontCollection pfc = new PrivateFontCollection();
// AddMemoryFont throws a cli.System.IO.FileNotFoundException if the data are corrupt
pfc.AddMemoryFont( handle.AddrOfPinnedObject(), fontData.length );
return pfc;
} finally {
handle.Free();
}
}
/**
* Returns a new <code>Font</code> using the specified font type