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

Method defaultFontOrDeath

core/src/processing/core/PGraphics.java:8327–8329  ·  view source on GitHub ↗

Same as below, but defaults to a 12 point font, just as MacWrite intended.

(String method)

Source from the content-addressed store, hash-verified

8325 * Same as below, but defaults to a 12 point font, just as MacWrite intended.
8326 */
8327 protected void defaultFontOrDeath(String method) {
8328 defaultFontOrDeath(method, 12);
8329 }
8330
8331
8332 /**

Callers 11

textAscentMethod · 0.95
textDescentMethod · 0.95
textSizeMethod · 0.95
textWidthMethod · 0.95
textMethod · 0.95
textAscentMethod · 0.45
textDescentMethod · 0.45
textWidthImplMethod · 0.45
textAscentMethod · 0.45
textDescentMethod · 0.45
textWidthImplMethod · 0.45

Calls 1

createDefaultFontMethod · 0.95

Tested by

no test coverage detected