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