-
-
Notifications
You must be signed in to change notification settings - Fork 4
PFont
villares edited this page May 24, 2020
·
4 revisions
![](media/PFont.gif)
#### Descrição
PFont is the font class for Processing. The **loadFont()** function constructs a new font and **textFont()** makes a font active. The **list()** method creates a list of the fonts installed on the computer, which is useful information to use with the<c>createFont()</c> function for dynamically converting fonts into a format to use with Processing.
Métodos
[list()](PFont_list_)
Gets a list of the fonts installed on the system.
Construtores
```pde
PFont()
PFont(input)
Parâmetros input InputStream
Web & Applicações
A referência de Processing está sob a licença Creative Commons BY-NC conforme indicado aqui. Esta Wiki-tradução é baseada na tradução e adaptação para o Português do Brasil do professor Luiz Ernesto Merkle