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

Method getDefaultFontStyle

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

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

()

Source from the content-addressed store, hash-verified

349 /** Returns the default font style. Use getCurrentFont().getStyle()
350 to get the style of the font that this TextRoi is using. */
351 public static int getDefaultFontStyle() {
352 return style;
353 }
354
355 /** Sets the current font. */
356 public void setFont(Font font) {

Callers 3

setFontMethod · 0.95
TextClass · 0.95
dialogItemChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected