Currently, all font directories have to be placed in the root directory, which can create a lot of clutter.
I would like to be able to organize the font files into a fonts subdirectory (like tracks are).
The two paths I see for this are creating a config preprocessor define for the font base directory or just having a hardcoded search path for EITHER "/" or "/fonts/".
I've tested a local change to the "list_fonts" command that forces it to look in the subdirectory and it seems to work fine. I'm happy to contribute a pull request against this issue as well!
Currently, all font directories have to be placed in the root directory, which can create a lot of clutter.
I would like to be able to organize the font files into a
fontssubdirectory (like tracks are).The two paths I see for this are creating a config preprocessor define for the font base directory or just having a hardcoded search path for EITHER
"/"or"/fonts/".I've tested a local change to the
"list_fonts"command that forces it to look in the subdirectory and it seems to work fine. I'm happy to contribute a pull request against this issue as well!