( begin auto-generated from textLeading.xml ) Sets the spacing between lines of text in units of pixels. This setting will be used in all subsequent calls to the text() function. ( end auto-generated ) @webref typography:attributes @param leading the size in pixels for spacing between line
(float leading)
| 4363 | * @see PGraphics#textSize(float) |
| 4364 | */ |
| 4365 | public void textLeading(float leading) { |
| 4366 | textLeading = leading; |
| 4367 | } |
| 4368 | |
| 4369 | |
| 4370 | /** |
no outgoing calls
no test coverage detected