How can I get a list of fonts using Python in processing?

edited August 2017 in Python Mode

I saw the java method :

String[] fontList = PFont.list(); printArray(fontList);

But what is the method in python for discovering the font names?

Answers

Sign In or Register to comment.