mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Add folder for system fonts in OS X
This commit is contained in:
parent
241aba6370
commit
21a642285d
@ -142,6 +142,10 @@ FontPopup::FontPopup()
|
||||
m_fontsDir = base::to_utf8(&buf[0]);
|
||||
}
|
||||
}
|
||||
#elif __APPLE__
|
||||
{
|
||||
m_fontsDir = "/Library/Fonts";
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!m_fontsDir.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user