I can do the measure of text with tkFont, but I don't want a root window --> tk.Tk()
Now I have this, and it works
root = tk.Tk() font = tkFont.Font(family=fn, size=fs) w, h = (font.measure(text), font.metrics("linespace")) root.destroy()
1.4m articles
1.4m replys
5 comments
57.0k users