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

Method getName

core/src/processing/core/PFont.java:492–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490
491
492 public String getName() {
493 return name;
494 }
495
496
497 public String getPostScriptName() {

Callers 15

createFontMethod · 0.95
PShapeSVGMethod · 0.45
parseChildMethod · 0.45
FontMethod · 0.45
addMethod · 0.45
registerNoArgsMethod · 0.45
registerWithArgsMethod · 0.45
methodMethod · 0.45
printArrayMethod · 0.45
loadImageMethod · 0.45
runMethod · 0.45
listFilesImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected