textLeading()

Typography / Attributes

Description

Sets the spacing between lines of text in units of pixels.

Syntax

void textLeading(float leading)

Parameters

NameTypeDescription
leadingfloatspacing between lines

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...