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.
This commit is contained in:
@@ -41,5 +41,7 @@
|
||||
<true/>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>ATSApplicationFontsPath</key>
|
||||
<string>Fonts</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Reference in New Issue
Block a user