本文介绍了更改标签中一个字母的颜色. Python的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以更改标签中所有文本的颜色,但是我想更改一个字母的颜色.
I can change color of all text in label, but I want to change color of one letter.
有可能吗?
我使用tkiner
和python 3.3.
I use tkiner
and python 3.3.
推荐答案
否,无法更改标签中一个字母的颜色.但是,您可以使用文本窗口小部件代替标签来仅对单个字符进行着色.您也可以使用画布小部件.
No, it is not possible to change the color of one letter in a label. However, you can use a text widget instead of a label to color just a single character. You could also use a canvas widget.
这篇关于更改标签中一个字母的颜色. Python的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!