Hello. I was wondering if this is possible through windows 32 api calls in perl? I know how to get a hold of a windows application handle and how to "sendmessage". The particular message I'm interested in is WM_SETFONT. I need to some how create a font in perl and use it with this message to alter the font of the windows handle that I got through the api.
Help