Bundle a custom font in a standalone app (Mac)

sbesozzi's icon

Hi,

I've created a standalone application for mac and I want to bundle a custom font I've used. I stumbled upon a thread explaining how to do it but one of the steps isn't really clear.

1) build a standalone app
2) right-click on the app and select "Show Package Contents"
3) Go to Contents/Resources/, create a folder Fonts/ and copy your custom font(s) in there.
4) Open Contents/Info.plist with a text editor and

go towards the bottom of the file where you have entries, followed by entries.

5) Add following to the Info.plist above all and entries:

ATSApplicationFontsPath
Fonts/

6) Save Info.plist
7) Enjoy!

''You have entries followed by entries, add x above all entries''

Can someone give me a more detailed example on where to paste ATSApplicationFontsPath Fonts/?

Edit: It's a shame, this piece of information seems to be the only resource on the subject.

Mike S's icon

What do you find confusing about the steps?

sbesozzi's icon

Where is that ''you have entries followed by entries'' section. I mean it's pretty vague.

Mike S's icon

Ah, I see what you mean. I might be wrong but it seems like the forum is changing some of the text in older posts, and maybe some of the tags are being stripped / formatted incorrectly, which is why you can't see anything. Not sure how that file is supposed to look, but maybe add the following just below the opening plist version tag...

"ATSApplicationfontsPathFonts/"

b00kwheat's icon

Haven't had any luck w/ including custom font in to standalone app. I'm using Max 6.1.10

After following the above instructions, the standalone app gets an error when loading.

Any ideas or clearer instructions? Is anyone able to do this successfully?

Jean-Francois Charles's icon

There is the slight error in the text given by Mike S: it should read:ATSApplicationFontsPathFonts/

Note the capital F in Fonts in ATSApplicationFontsPath (as given in SBESOZZI's quote).

b00kwheat's icon

Thanks @JEAN-FRANCOIS CHARLES! I'll give that a try.

Do you happen to know how to do this for Windows?

b00kwheat's icon

When I try to load the app it quits unexpectedly.

Amit Segall's icon

For anyone looking into this in 2020, solution is very simple, in xcode just add a key ATSApplicationfontsPath, and as entry use Fonts, if you're using text editor just make sure to include <key> on both sides of the key and <string> on both sides of the font directory. enjoy!

Rafal Zalech's icon

Hi! Would you show us how the path string should look like? If i just add the fonts in the resources folder and type /Contents/Resources/ it doesn't work..

Eric Bateman's icon

There's an even simpler method to embed custom fonts into a Max standalone application, no need for xcode and it works on Windows as well. Put your fonts here in either location below.

Windows location:
Standalone root directory -> resources -> Fonts

Mac location:
[your standalone name].app -> Contents -> Resources -> C74 -> Fonts