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

Method setFont

ij/src/main/java/ij/macro/Functions.java:1233–1237  ·  view source on GitHub ↗
(ImageProcessor ip)

Source from the content-addressed store, hash-verified

1231 }
1232
1233 void setFont(ImageProcessor ip) {
1234 if (font!=null && !fontSet)
1235 ip.setFont(font);
1236 fontSet = true;
1237 }
1238
1239 void setJustification() {
1240 String str = getStringArg().toLowerCase(Locale.US);

Callers 5

doFunctionMethod · 0.95
drawStringMethod · 0.95
getInfoMethod · 0.95
getValueMethod · 0.95
getStringWidthMethod · 0.95

Calls 13

getFirstStringMethod · 0.95
getDefaultFontNameMethod · 0.95
getDefaultFontSizeMethod · 0.95
getDefaultFontStyleMethod · 0.95
isAntialiasedMethod · 0.95
getNextArgMethod · 0.95
isMacOSXMethod · 0.95
getLastStringMethod · 0.95
getRightParenMethod · 0.80
setFontMethod · 0.65
equalsMethod · 0.45
nextTokenMethod · 0.45

Tested by

no test coverage detected