ID:156699
 
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?
You can send the text to the grid as Topic() links so it will act sort of like a web page.