Hello all,

I am working under linux with Qt4.7 and need to find the path to a selected QFont. So far I have tried:

  1. QDesktopServices::storageLocation(QDesktopServices ::FontsLocation) -- points to a dir that does not exists
  2. QFont::rawName () -- returns an empty string


Any suggestions?
Markus