static FontMetrics componentFontMetrics(JComponent c) { Font font = getFont(c); ret font == null ? null : swing(func -> FontMetrics { c.getFontMetrics(font) }); }