mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 09:40:42 +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]);
|
m_fontsDir = base::to_utf8(&buf[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#elif __APPLE__
|
||||||
|
{
|
||||||
|
m_fontsDir = "/Library/Fonts";
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!m_fontsDir.empty()) {
|
if (!m_fontsDir.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user