1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

OTF font scanning in linux.

This commit is contained in:
jules 2013-03-20 18:48:51 +00:00
parent aa6990f5e3
commit 79f9874f59

View file

@ -120,7 +120,7 @@ public:
if (iter != nullptr)
{
while (iter->next())
if (getFile().hasFileExtension ("ttf;pfb;pcf"))
if (getFile().hasFileExtension ("ttf;pfb;pcf;otf"))
return true;
}