Set FONTCONFIG_PATH before --listfonts on macOS
Also, search more system folders for fonts on macOS.
This commit is contained in:
parent
1d212475b9
commit
d6dbd39231
2 changed files with 12 additions and 8 deletions
|
|
@ -19,6 +19,10 @@
|
|||
<dir>/Library/Application Support/TuxPaint/fonts</dir>
|
||||
<dir>/Library/Application Support/TuxPaint/fonts/locale</dir>
|
||||
|
||||
<dir>/Library/Fonts</dir>
|
||||
<dir>/Network/Library/Fonts</dir>
|
||||
<dir>/System/Library/Fonts</dir>
|
||||
|
||||
<!--
|
||||
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue