I want to package a font in my .app. Currently, it gets it like this:
[NSFont fontWithName:[NSString stringWithUTF8String:font_name]
where font_name is a char. This is pulling it from the Font Book, an
installed font. I've seen some other Carbon examples and I'm
downloading the updated document .dmg for Xcode.
Can anyone clue me in as to how you load a font from within your own
bundle?
>> Stay informed about: Load custom font from bundle