textMode()

Typography / Attributes

Description

Sets the way text draws to the screen, either as texture maps or as vector geometry.

Syntax

void textMode(int mode)

Parameters

NameTypeDescription
modeintMODEL or SHAPE

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...