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/>
|
<true/>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>ATSApplicationFontsPath</key>
|
||||||
|
<string>Fonts</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Reference in New Issue
Block a user