Proposal: PopupMenu::LookAndFeelMethods::getShortcutFont()

We’re rendering our popup menu with a different font than the default. Looks slick, but that font doesn’t support all the modifier key code points that MacOS uses (cmd, backspace, etc.).

Of course I could reimplement drawPopupMenuItem myself, and override the font used to draw the shortcut, but wouldn’t it be nice if the PopupMenu LookAndFeel methods included a getShortcutFont()?

Wouldn’t change anything about existing code if it returned getFont() in the default implementation.