my $font = new Win32::GUI::Font( -name => "Courier New", #-height => 16, -bold => 1, ); $richEdit->Append(-text => " Appended text", -font => $font);