On May 13, 2013, at 4:07 PM, Appa Rao Mulpuri <[email protected]> wrote: > Is there any way to achieve this? If not, I will place custom views in > Toolbar items to display the text. > For NSAlert Panels — Need to write a custom NSAlert, but Apple docs say not > designed for subclassing. > Tooltip text — toolTipsFontOfSize override is working. But need to see some > other solution.
Not a good idea to change the standard system font for alerts 'n stuff. That said, for NSAlert, you could probably just walk the view hierarchy of the alert and call -setFont: on all views you encounter that respond to that selector. Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere..." http://www.zathras.de _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
