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

Method getSansFontName

app/src/processing/app/ui/Toolkit.java:1291–1293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1289
1290
1291 static public String getSansFontName() {
1292 return getSansFont(12, Font.PLAIN).getName();
1293 }
1294
1295
1296 static public Font getSansFont(int size, int style) {

Callers 1

updateDescriptionMethod · 0.95

Calls 2

getSansFontMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected