Re: Restricted FontPanel
Re: Restricted FontPanel
- Subject: Re: Restricted FontPanel
- From: Jens Alfke <email@hidden>
- Date: Sun, 26 May 2013 23:34:19 -0700
On May 26, 2013, at 10:41 PM, email@hidden wrote:
> Beyond that, possibly subclassing NSFontPanel seems necessary as well, but fruitless without accessing private ivars (which are oddly documented in the header)
Don’t quote me on this, but I remember hearing that the font panel is nowadays implemented as a separate process (similarly to the Special Characters panel.) This would be a fairly sensible way to save system resources since there’s only one instance of it, instead of one per app. It would also explain why the delegate method no longer works, as it would have taken extra effort to plumb that filter method through IPC.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden