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