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

Method getName

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

Source from the content-addressed store, hash-verified

497
498
499 public String getName() {
500 return name;
501 }
502
503
504 public String getPostScriptName() {

Callers 15

createDefaultFontMethod · 0.45
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
listFilesImplMethod · 0.45
createReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected