Volker wrote: > Hi. > > What is the most portable way (linux/win/OSX) of requesting a fixed pitch > font? > > > QFont fixedPitch( "monospace" ); > does not work on OSX. > Would just iterating over the fonts from QFontDatabase and querying per font (family) if it is fixed pitch work? André