My OSX app uses Helvetica and MyriadPro for some textfields, i get that some users disable these fonts by font book and consecutively they are replaced by system fonts...
I read other questions here in stackoverflow based on embedding file etc in Cocoa application, but i need something slightly different.
I want to setup my textfield with Interface Builder as usual (i haven't text field created with [NSFont fontWithName:@""]) and define my textfields font by IB, than embed fonts in some way... is this a good solution ?