public void setFont(Font font) {
   super.setFont(font);
   redoLines = true;
   repaint(16);
 }
Exemple #2
0
 public synchronized void setFont(Font f) {
   super.setFont(f);
   charheight = 0;
 }