0
Reply

intptr?

ivan dx

ivan dx

May 2 2007 5:11 AM
1.8k
hi all, how to get intptr from stream, my problem is to get font (i make font as embedded resource), then i load the font using stream : Stream stream = assembly.GetManifestResourceStream("AppTest.Resources._someFont.TTF"); i want create font using stream but the static member of Font only accept from intptr, how can i handle this.. thanks, ivanik