Changing the font in Preferences affects the Binder as it should, but it doesn’t change the displayed Font choice in Preferences.
Changing the font in Preferences affects the Binder as it should, but it doesn’t change the displayed Font choice in Preferences.
I can’t reproduce any problem with this. Could you please provide steps to reproduce?
Have you tried other fonts?
I don’t have Palatino Linotype, but I can change the binder to any other font (well, I’ve only tried ten…) with no problems.
It happens with all fonts, and the steps are simple. Go to Preferences, Appearance, Binder, click to bring up the font chooser, choose one, and close the font chooser. The Binder appearance changes, but the dialog box still says “Helvetica Regular 13”.
I take it back … it happens with many fonts, not all. I’ll try to figure out if there’s a pattern to that.
It works properly for al the Arial fonts, for instance, but not for Arno Plus, Air Millhouse, Alegreya, Alex Murphy, Alice, and dozens of others.
Huh, I can reproduce it with several fonts myself now. I believe this bug must have been introduced with High Sierra (along with many more). Font changing works internally (in Apple’s frameworks) like this:
However, it seems that now, Apple’s code won’t return the right font if you try to convert it from certain fonts. So, for instance, if you start with a Hoefler Text font and ask Apple’s code to convert it to Hypatia Sans Pro, Apple’s code returns a Helvetica font instead of a Hypatia Sans Pro font. Very strange.
I’ve worked around it by passing in the system font for the conversion rather than the current font, which always seems to work. There’s definitely something awry in the frameworks there, though!
Thanks! I’ll add that to the list of High Sierra glitches I’m able to ignore.