textLeading()
Typography / AttributesDescription
Sets the spacing between lines of text in units of pixels.
Syntax
void textLeading(float leading)
Parameters
| Name | Type | Description |
|---|---|---|
| leading | float | spacing between lines |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...