textMode()
Typography / AttributesDescription
Sets the way text draws to the screen, either as texture maps or as vector geometry.
Syntax
void textMode(int mode)
Parameters
| Name | Type | Description |
|---|---|---|
| mode | int | MODEL or SHAPE |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...