Dear Laza,
I would like to customize the fonts in the typography preferences (add new fonts, delete others).
I took a look under the hood and found the corresponding settings in
Gui.java
I added my desired fonts, including pairings, to the corresponding sections at the end and deleted other fonts.
Editor is Notepad++
// Typography
private final JComboBox fontSuggestions = new JComboBox(new Object[] {
“[” + getText(“ui.suggestedFonts”) + “]”,
JComboBox fontFamily = new JComboBox(new Object[] {
new Item ....
JComboBox headlineFont = new JComboBox(new Object[] {
new Item ...;
jAlbum was restarted, but unfortunately the changes do not appear in the pop-up menus; the predefined fonts are still there.
Any idea what I did wrong? Or is it basically impossible to change these settings?
I would like to avoid integrating the fonts via CSS.
I also tried it with Tiger Skin, and got exactly the same result.
Currently in use: jAlbum 37.7.3, Story 6.3.2
Thank you and best regards
Peter