I know you can customize fonts by using Interface Builder and selecting a font. However, I’m curious if I can use a custom font that’s not included by default on systems. Is there a way to include a custom font in my application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While the manual font activation procedure is one option, you might also consider the
ATSApplicationFontsPathInfo.plist key:Information Property List Key Reference:
I’d be sure to double-check, but I believe this functionality was added in OS X 10.5.x (which the code posted by Jinhyung Park targets).