Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Class

Schriftart

Name

list()

Examples
Feischtergroessi(200, 200);
Satz[] fontList = Schriftart.list();
schrib_uf_e_neui_Linie(fontList);
Description Gets a list of the fonts installed on the system. The data is returned as a Satz array. This list provides the names of each font for input into createFont(), which allows Processing to dynamically format fonts. This function is meant as a tool for programming local applications and is not recommended for use in applets.
Syntax
font.list()
Parameters
font any variable of type Schriftart
Usage Application
Stefan Baltensperger 2009

Creative Commons License