MCPcopy Create free account
hub / github.com/benfry/processing4 / textSizeImpl

Method textSizeImpl

core/src/processing/core/PGraphics.java:4544–4546  ·  view source on GitHub ↗

Called from textSize() after validating size. Subclasses will want to override this one. @param size size of the text, greater than zero

(float size)

Source from the content-addressed store, hash-verified

4542 * @param size size of the text, greater than zero
4543 */
4544 protected void textSizeImpl(float size) {
4545 handleTextSize(size);
4546 }
4547
4548
4549 /**

Callers 1

textSizeMethod · 0.95

Calls 1

handleTextSizeMethod · 0.95

Tested by

no test coverage detected