/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QFontInfo()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qfontinfo.html
 *  $ONELINER$
 *     Creates a new QFontInfo object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QFontInfo():new( ... )
 *     QFontInfo():from( pPtr_OR_oObj_of_type_QFontInfo )
 *     QFontInfo():configure( pPtr_OR_oObj_of_type_QFontInfo )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QFontInfo
 *  $METHODS$
 *     :bold()                                             -> lBool
 *     :exactMatch()                                       -> lBool
 *     :family()                                           -> cQString
 *     :fixedPitch()                                       -> lBool
 *     :italic()                                           -> lBool
 *     :pixelSize()                                        -> nInt
 *     :pointSize()                                        -> nInt
 *     :pointSizeF()                                       -> nQreal
 *     :rawMode()                                          -> lBool
 *     :style()                                            -> nQFont::Style
 *     :styleHint()                                        -> nQFont::StyleHint
 *     :weight()                                           -> nInt
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtgui/TQFontInfo.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QFontInfo.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     
 *  $END$
 */
