MCPcopy Index your code
hub / github.com/processing/processing / textLeading

Method textLeading

core/src/processing/core/PGraphics.java:4365–4367  ·  view source on GitHub ↗

( 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)

Source from the content-addressed store, hash-verified

4363 * @see PGraphics#textSize(float)
4364 */
4365 public void textLeading(float leading) {
4366 textLeading = leading;
4367 }
4368
4369
4370 /**

Callers 2

reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected