def change_weight(self,event):
tk.customFont = font.Font(family = "Helvetica",size = 12,weight = "normal",slant = "roman",underline =0)
weight = tk.customFont["weight"]
tk.customFont.configure(weight =self.list_weight.get(self.list_weight.curselection()))
self.st.config(font = tk.customFont)
self.shape_count =1
评论列表
文章目录