store
var
list/fonts=list("Arial","College","Monotype Corsiva")
mob
proc
UpdateFonts()
winset(src,"fontgrid",{"cells="2x[contents.len+1]""})
for(var/F in src.store.fonts)
src<<output("<b>[F]","fontgrid:1,[++i]")
I know you cant click this, but is there a way about making it so i can click these without having to make individual objects for all the fonts?