From 5c17c4b74564eae51da74b81ff6731f3a431ce15 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 13 Nov 2017 15:23:44 +0100 Subject: [PATCH] Set ATSApplicationFontsPath in Mac app bundle This is required to allow loading private fonts from the bundle Resources/Fonts subdirectory and doesn't seem to have any negative consequences for the applications which don't need this functionality. --- src/osx/carbon/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osx/carbon/Info.plist.in b/src/osx/carbon/Info.plist.in index 6bf5f8c3fd..7007f6d8c0 100644 --- a/src/osx/carbon/Info.plist.in +++ b/src/osx/carbon/Info.plist.in @@ -41,5 +41,7 @@ CSResourcesFileMapped + ATSApplicationFontsPath + Fonts