Is it possible to change directory for QFontDatabase ?
-
I'm not sure if there is an official way - but you can try to cheat with a symlink or you can iterate over the files in your NFS mount and load them by calling the static method
QFontDataBase::addApplicationFont(...)
with the absolute path of each font file you want to load. -
I'm not sure if there is an official way - but you can try to cheat with a symlink or you can iterate over the files in your NFS mount and load them by calling the static method
QFontDataBase::addApplicationFont(...)
with the absolute path of each font file you want to load.