src/gui/text/qfont.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
child 8 740e5562c97f
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
   627 /*!
   627 /*!
   628     \fn QString QFont::rawName() const
   628     \fn QString QFont::rawName() const
   629 
   629 
   630     Returns the name of the font within the underlying window system.
   630     Returns the name of the font within the underlying window system.
   631 
   631 
   632     Only on X11 when Qt was built without FontConfig support the XLFD (X Logical Font Description)
   632     On X11, this function will return an empty string if Qt is built with
   633     is returned; otherwise an empty string.
   633     FontConfig support; otherwise the XLFD (X Logical Font Description) is
       
   634     returned.
   634 
   635 
   635     Using the return value of this function is usually \e not \e
   636     Using the return value of this function is usually \e not \e
   636     portable.
   637     portable.
   637 
   638 
   638     \sa setRawName()
   639     \sa setRawName()