You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('\n'.join(fontList)) # Print a line-separated list of fonts installed on the System
]]></code>
</example>
<description><![CDATA[
Gets a list of the fonts installed on the system. The data is returned as a String list. This list provides the names of each font for input into <b>createFont()</b>, which allows Processing to dynamically format fonts.