
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QFont()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qfont.html
 *  $ONELINER$
 *     Creates a new QFont object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QFont( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QFont
 *  $METHODS$
 *     :bold()                                             -> lBool
 *     :capitalization()                                   -> nCapitalization
 *     :defaultFamily()                                    -> cQString
 *     :exactMatch()                                       -> lBool
 *     :family()                                           -> cQString
 *     :fixedPitch()                                       -> lBool
 *     :fromString( cDescrip )                             -> lBool
 *     :italic()                                           -> lBool
 *     :kerning()                                          -> lBool
 *     :key()                                              -> cQString
 *     :lastResortFamily()                                 -> cQString
 *     :lastResortFont()                                   -> cQString
 *     :letterSpacing()                                    -> nQreal
 *     :letterSpacingType()                                -> nSpacingType
 *     :overline()                                         -> lBool
 *     :pixelSize()                                        -> nInt
 *     :pointSize()                                        -> nInt
 *     :pointSizeF()                                       -> nQreal
 *     :rawMode()                                          -> lBool
 *     :rawName()                                          -> cQString
 *     :setBold( lEnable )                                 -> NIL
 *     :setCapitalization( nCaps )                         -> NIL
 *     :setFamily( cFamily )                               -> NIL
 *     :setFixedPitch( lEnable )                           -> NIL
 *     :setItalic( lEnable )                               -> NIL
 *     :setKerning( lEnable )                              -> NIL
 *     :setLetterSpacing( nType, nSpacing )                -> NIL
 *     :setOverline( lEnable )                             -> NIL
 *     :setPixelSize( nPixelSize )                         -> NIL
 *     :setPointSize( nPointSize )                         -> NIL
 *     :setPointSizeF( nPointSize )                        -> NIL
 *     :setRawMode( lEnable )                              -> NIL
 *     :setRawName( cName )                                -> NIL
 *     :setStretch( nFactor )                              -> NIL
 *     :setStrikeOut( lEnable )                            -> NIL
 *     :setStyle( nStyle )                                 -> NIL
 *     :setStyleHint( nHint, nStrategy )                   -> NIL
 *     :setStyleStrategy( nS )                             -> NIL
 *     :setUnderline( lEnable )                            -> NIL
 *     :setWeight( nWeight )                               -> NIL
 *     :setWordSpacing( nSpacing )                         -> NIL
 *     :stretch()                                          -> nInt
 *     :strikeOut()                                        -> lBool
 *     :style()                                            -> nStyle
 *     :styleHint()                                        -> nStyleHint
 *     :styleStrategy()                                    -> nStyleStrategy
 *     :toString()                                         -> cQString
 *     :underline()                                        -> lBool
 *     :weight()                                           -> nInt
 *     :wordSpacing()                                      -> nQreal
 *     :cleanup()                                          -> NIL
 *     :initialize()                                       -> NIL
 *     :insertSubstitution( cFamilyName, cSubstituteName )  -> NIL
 *     :insertSubstitutions( cFamilyName, oQStringList )   -> NIL
 *     :removeSubstitution( cFamilyName )                  -> NIL
 *     :substitute( cFamilyName )                          -> cQString
 *     :substitutes( cFamilyName )                         -> oQStringList
 *     :substitutions()                                    -> oQStringList
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
