The Font panel—a user interface object that displays a list of available fonts, letting the user preview them and change the font used to display text.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
@interface NSFontPanel : NSPanel
Overview
Actual changes to the font panel are made through conversion messages sent to the shared NSFont
instance. There’s only one Font panel for each app.