mac: sets the Resources font folder
Sets a directory of fonts to use by the app @ Contents/Resources/etc/fonts (https://developer.apple.com/documentation/bundleresources/information_property_list/atsapplicationfontspath?language=objc)
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
<key>GTK_OVERLAY_SCROLLING</key>
|
||||
<string>0</string>
|
||||
</dict>
|
||||
<key>ATSApplicationFontsPath</key>
|
||||
<string>etc/fonts</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
|
Reference in New Issue
Block a user