This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
OTF font scanning in linux.
tags/2021-05-28
jules
13 years ago
parent
aa6990f5e3
commit
79f9874f59
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_graphics/native/juce_linux_Fonts.cpp
+ 1
- 1
modules/juce_graphics/native/juce_linux_Fonts.cpp
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;
}
Write
Preview
Loading…
Cancel
Save