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

Method getFont

app/src/processing/app/Mode.java:849–851  ·  view source on GitHub ↗
(String attribute)

Source from the content-addressed store, hash-verified

847
848
849 public Font getFont(String attribute) {
850 return theme.getFont(attribute);
851 }
852
853
854 public SyntaxStyle getStyle(String attribute) {

Callers 15

updateModeMethod · 0.95
updateModeMethod · 0.95
updateModeMethod · 0.95
paintComponentMethod · 0.45
ManagerTabsMethod · 0.45
setModeMethod · 0.45
getTextLayoutMethod · 0.45
getTextLayoutMethod · 0.45
ZoomTreeCellRendererMethod · 0.45
GradyHeaderRendererMethod · 0.45
GradyRowRendererMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected