1 fontpath
="@SYSTEM_FONTS@"
2 [ -e "$HOME"/.fonts
/fonts.dir
] && fontpath
="$fontpath,$HOME/.fonts"
3 [ -e "$HOME"/Library
/Fonts
/fonts.dir
] && fontpath
="$fontpath,$HOME/Library/Fonts"
4 [ -e /Library
/Fonts
/fonts.dir
] && fontpath
="$fontpath,/Library/Fonts"
5 [ -e /System
/Library
/Fonts
/fonts.dir
] && fontpath
="$fontpath,/System/Library/Fonts"