Peter Eisengrein Mon, 04 Nov 2002 14:31:50 -0800
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