Re: Getting notification about new font is available

2011-09-07 Thread Rimas M.
Hello Martin, Thank you - that helped. And, as you have mentioned, additional checking is required due to "unnecessary" update calls. Regards, p.s. I still don't like Xcode 4. I have overlooked NSFont's class notifications because of removed TOC at documentation viewer. Rimas M. On Tue, Sep 6,

Re: Getting notification about new font is available

2011-09-06 Thread Martin Wierschin
> During weekend I was trying to figure out how to know when new font becomes > available. You can use NSFontSetChangedNotification: http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSFont_Class/Reference/Reference.html Though in my experience it's po

Getting notification about new font is available

2011-09-05 Thread Rimas M.
Hello list, During weekend I was trying to figure out how to know when new font becomes available. The only method I was able to find is - (BOOL)fontManager:(id)* theFontManager* willIncludeFont:(NSString *)*fontName* of NSFontManager. But according to the documentation: * Important:* This deleg