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

Method getDefaultFontName

ij/src/main/java/ij/gui/TextRoi.java:339–341  ·  view source on GitHub ↗

Returns the name of the default font. Use getCurrentFont().getName() to get the name of the font that this TextRoi is using.

()

Source from the content-addressed store, hash-verified

337 /** Returns the name of the default font. Use getCurrentFont().getName()
338 to get the name of the font that this TextRoi is using. */
339 public static String getDefaultFontName() {
340 return name;
341 }
342
343 /** Returns the default font size. Use getCurrentFont().getSize()
344 to get the size of the font that this TextRoi is using. */

Callers 3

setFontMethod · 0.95
TextClass · 0.95
dialogItemChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected