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

Method getSansFontName

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

Source from the content-addressed store, hash-verified

1049
1050
1051 static public String getSansFontName() {
1052 if (sansFont == null) {
1053 // create a dummy version if the font has never been loaded (rare)
1054 getSansFont(12, Font.PLAIN);
1055 }
1056 return sansFont.getName();
1057 }
1058
1059
1060 static public Font getSansFont(int size, int style) {

Callers 1

setTextStyleMethod · 0.95

Calls 2

getSansFontMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected