- or download this
$richEdit->Text($richEdit->Text() . " Appended text\n");
- or download this
$richEdit->Select (0, 20);
$richEdit->SetCharFormat(-color => "#0000FF");
- or download this
my $font = new Win32::GUI::Font(
-name => "Courier New",
...
);
$richEdit->Append(-text => " Appended text", -font => $font);