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

Method textSizeImpl

core/src/processing/core/PGraphics.java:4468–4470  ·  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

4466 * @param size size of the text, greater than zero
4467 */
4468 protected void textSizeImpl(float size) {
4469 handleTextSize(size);
4470 }
4471
4472
4473 /**

Callers 1

textSizeMethod · 0.95

Calls 1

handleTextSizeMethod · 0.95

Tested by

no test coverage detected