Scratch for Java

Text::nextFont()

Advances to the next font in the list of available fonts. The current font index is incremented by one and wraps around to the beginning of the list if it exceeds the number of available fonts.

Syntax

Java

.nextFont()

Return

void

nextFont()