Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,666 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to use HDC
to draw text in android.
So can I copy user32.dll to android and then use HDC
?
to get bitmap with some text?
I will specify font and font-size
Hi,
Welcome to Microsoft Q&A!
So can I copy user32.dll to android and then use
HDC
?
No.
You couldn't copy user32.dll to android and then use HDC.
Thank you,
Jeanine
user32.dl is a pur native Windows assembly, you can not use it on any other OS like Android.