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

Method getNative

core/src/processing/core/PFont.java:525–530  ·  view source on GitHub ↗

Return the native java.awt.Font associated with this PFont (if any).

()

Source from the content-addressed store, hash-verified

523 * Return the native java.awt.Font associated with this PFont (if any).
524 */
525 public Object getNative() {
526 if (subsetting) {
527 return null; // don't return the font for use
528 }
529 return font;
530 }
531
532
533 /**

Callers 1

getShapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected