mikeprestim
Programmer
Hi
I have been away from perl programming for a long while now and have started to look at win32::gui.
I am creating a drawing application using DC. I can draw, add text etc, etc with no worries.
My question is how do you set or change the text font before calling:
$Screen->TextOut($txt_st, $t_pos, 1);
I have tried $Screen->Change(-font => $Font);
$Screen is the DC window and $Dw is the top level window for the project.
Any help would be great.
Thanks
Mike
I have been away from perl programming for a long while now and have started to look at win32::gui.
I am creating a drawing application using DC. I can draw, add text etc, etc with no worries.
My question is how do you set or change the text font before calling:
$Screen->TextOut($txt_st, $t_pos, 1);
I have tried $Screen->Change(-font => $Font);
$Screen is the DC window and $Dw is the top level window for the project.
Any help would be great.
Thanks
Mike