$text->tagConfigure('bold', -font => 'Courier 10 bold'); $text->tagConfigure('red', -background => 'red'); $text->tagConfigure('yellow', -background => 'yellow'); $text->insert('end', "irgendwas ", 'bold'); $text->insert('end', "was anderes ", 'red'); # usw.