MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getCurrentFont

Method getCurrentFont

ij/src/main/java/ij/gui/Plot.java:1311–1313  ·  view source on GitHub ↗

Returns the font currently used (e.g. for the next 'addLabel')

()

Source from the content-addressed store, hash-verified

1309
1310 /** Returns the font currently used (e.g. for the next 'addLabel') */
1311 public Font getCurrentFont() {
1312 return currentFont != null ? currentFont : defaultFont;
1313 }
1314
1315 /** Returns the default font for the plot */
1316 public Font getDefaultFont() {

Callers 3

scaleTextMethod · 0.45
setPropertiesMethod · 0.45
saveTextRoiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected