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

Method getSize

core/src/processing/core/PFont.java:536–538  ·  view source on GitHub ↗

Return size of this font.

()

Source from the content-addressed store, hash-verified

534 * Return size of this font.
535 */
536 public int getSize() {
537 return size;
538 }
539
540
541// public void setDefaultSize(int size) {

Callers 15

textCharImplMethod · 0.80
initTextureMethod · 0.80
textCharImplMethod · 0.80
PFontMethod · 0.80
textCharImplMethod · 0.80
componentResizedMethod · 0.80
printHeadersMethod · 0.80
paintComponentMethod · 0.80
CharacterSelectorMethod · 0.80
StatusPanelMethod · 0.80
paintComponentMethod · 0.80
layoutContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected