MCPcopy Index your code
hub / github.com/benfry/processing4 / defaultFontOrDeath

Method defaultFontOrDeath

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

8332 * Same as below, but defaults to a 12 point font, just as MacWrite intended.
8333 */
8334 protected void defaultFontOrDeath(String method) {
8335 defaultFontOrDeath(method, 12);
8336 }
8337
8338
8339 /**

Callers 11

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

Calls 2

textFontMethod · 0.95
createDefaultFontMethod · 0.95

Tested by

no test coverage detected