1

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.

Jay
  • 6,572
  • 3
  • 37
  • 65
Michal Jurník
  • 820
  • 1
  • 8
  • 23
  • It helps using the proper Cocoa terminology so people understand what you're trying to do - are you talking about the [Font Panel](https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/FontPanel/Concepts/TextFontPanel.html#//apple_ref/doc/uid/20000835-CJBBIAAF)?? – Jay Nov 27 '12 at 14:51
  • Yes, It's about Font Panel. Thx for reply. – Michal Jurník Nov 27 '12 at 15:23

1 Answers1

0

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

Community
  • 1
  • 1
Jay
  • 6,572
  • 3
  • 37
  • 65