How can I change the color of a font? I'd expect it to be something like:

our $Font = new Win32::GUI::Font(
        -name => "Arial", 
        -height => 24,
        -color  => 'Red',
        -bold => 1,
);


but it doesn't work. 

TIA,
Pete

Reply via email to