/**
  * Sets the fontForAll attribute of the RingFoilPosController object
  *
  * @param fnt The new fontForAll value
  */
 public void setFontForAll(Font fnt) {
   ringFoilPosCorr.setFontForAll(fnt);
 }