static Font localFont(S fontFamily, int size default defaultFontSize()) { ret new Font(fontFamily, Font.PLAIN, size); }