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

Method getCurrentFont

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

Returns the current font.

()

Source from the content-addressed store, hash-verified

367
368 /** Returns the current font. */
369 public Font getCurrentFont() {
370 return font;
371 }
372
373 /** Returns the state of the global 'antialiasedText' variable, which is used by the "Fonts" widget. */
374 public static boolean isAntialiased() {

Callers 2

showDialogMethod · 0.95
showDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected