Introduction to Computational Media: Fonts – display available fonts

//how to know what file extensions?
//good way to test and see what is available on a server?

<align=”left”> size(20, 20);
String[ ] fontList = PFont.list( );
println(fontList);

Peter Terezakis
ITP, Tisch School of the Arts
New York City