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