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

Method getDefaultFontSize

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

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

()

Source from the content-addressed store, hash-verified

343 /** Returns the default font size. Use getCurrentFont().getSize()
344 to get the size of the font that this TextRoi is using. */
345 public static int getDefaultFontSize() {
346 return size;
347 }
348
349 /** Returns the default font style. Use getCurrentFont().getStyle()
350 to get the style of the font that this TextRoi is using. */

Callers 2

setFontMethod · 0.95
TextClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected