0
Answer

intptr?

Photo of ivan dx

ivan dx

18y
2.1k
1
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