Change Font at runtime

For instance: Create a new Font from the FontFamily list, and apply it to your component with c.setFont (font); A second approach is, to search for TTF-Files (for example), and create new Fonts with the static method Font.createFont (new File (“…”)); This simple app will create a List of Fonts by family, and apply it … Read more