mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Linux font fix.
This commit is contained in:
parent
e56d9561fc
commit
fc5fc50ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ StringArray FTTypefaceList::getDefaultFontDirectories()
|
|||
{
|
||||
StringArray fontDirs;
|
||||
|
||||
fontDirs.addTokens (CharPointer_UTF8 (getenv ("JUCE_FONT_PATH")), ";,", String::empty);
|
||||
fontDirs.addTokens (String (CharPointer_UTF8 (getenv ("JUCE_FONT_PATH"))), ";,", "");
|
||||
fontDirs.removeEmptyStrings (true);
|
||||
|
||||
if (fontDirs.size() == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue