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:
parent
aa6990f5e3
commit
79f9874f59
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue