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