static Font deriveFont(Font font, float size) { ret font == null ? null : font.deriveFont(size); }