Add folder for system fonts in OS X

This commit is contained in:
David Capello 2015-10-15 18:33:13 -03:00
parent 241aba6370
commit 21a642285d

View File

@ -142,6 +142,10 @@ FontPopup::FontPopup()
m_fontsDir = base::to_utf8(&buf[0]);
}
}
#elif __APPLE__
{
m_fontsDir = "/Library/Fonts";
}
#endif
if (!m_fontsDir.empty()) {