The snippet of code below will show a list of all the available fonts that Tkinter has to offer, using tkFont and the font.families() . from Tkinter import * ...
確定! 回上一頁