Question

I've got NSToolbar with Fonts item. Is it possible to set filter for fonts in Fonts table? For example I don't want Arial in font family table.

Or second way - Is it possible to make own group in Fonts as Collection? Thx 4 reply.

Was it helpful?

Solution

You can filter the fonts displayed in the Font Panel by using a Font Manager delegate and implementingfontManager:willIncludeFont: to filter the fonts displayed by the Font Panel.

You might find additional infos here:
Using NSFontPanel in Cocoa

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top