How to get TextTOP to cycle through random fonts

Wondering if someone could help me with a script to cycle through a bunch of installed fonts on my computer randomly, thanks!

Helllo,

I think there is no possibility to obtain a list of the available fonts.

The easiest way would be, in my opinion, to make in a table DAT a list of some fonts, as listed in the parameter and use a random chooser in this list and use the choice in:

op(‘text1’).par.font = ‘Verdana’

here is a quick example as tox.

top entry for font list, bottom entry for text

randomFont.tox (1.2 KB)

This worked thank you!