Re: setFontManagerFactory:

2017-01-27 Thread Raglan T. Tiger
Great idea. I did move setFontManagerFactory to main.m and still got no hit on the init method. -rags ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the modera

Re: setFontManagerFactory:

2017-01-27 Thread Alastair Houghton
On 26 Jan 2017, at 19:06, Raglan T. Tiger <r...@crusaderrabbit.net> wrote: > > According to the docs if one does: > > [ NSFontManager setFontManagerFactory:[ EFontManager class ] ]; > > before the main nib file is loaded and where EFontManager is a subc

setFontManagerFactory:

2017-01-26 Thread Raglan T. Tiger
According to the docs if one does: [ NSFontManager setFontManagerFactory:[ EFontManager class ] ]; before the main nib file is loaded and where EFontManager is a subclass of NSFontManager and EFontManager does implement init as its designated initializer. My problem is that my init method