static Font fontWithSpacing(double spacing, Font font) { ret font.deriveFont(litmap(TextAttribute.TRACKING, spacing)); }