I would like to display a list of about 2500 fonts with 2 columns. Column 1 with the font name and column 2 with a sample text styled with the font named in column 1 for that row.
I am trying to use tkinter treeview to do this. I saw a similar question asked here but the answer that was given only applied to column headers.
I am also open to suggestions for other widget structures to accomplish this.