
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QFontMetricsF()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qfontmetricsf.html
 *  $ONELINER$
 *     Creates a new QFontMetricsF object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QFontMetricsF( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QFontMetricsF
 *  $METHODS$
 *     :ascent()                                           -> nQreal
 *     :averageCharWidth()                                 -> nQreal
 *     :boundingRect( cText )                              -> oQRectF
 *     :( oQChar )                                         -> oQRectF
 *     :( oQRectF, nFlags, cText, nTabStops, @nTabArray )  -> oQRectF
 *     :descent()                                          -> nQreal
 *     :elidedText( cText, nMode, nWidth, nFlags )         -> cQString
 *     :height()                                           -> nQreal
 *     :inFont( oQChar )                                   -> lBool
 *     :leading()                                          -> nQreal
 *     :leftBearing( oQChar )                              -> nQreal
 *     :lineSpacing()                                      -> nQreal
 *     :lineWidth()                                        -> nQreal
 *     :maxWidth()                                         -> nQreal
 *     :minLeftBearing()                                   -> nQreal
 *     :minRightBearing()                                  -> nQreal
 *     :overlinePos()                                      -> nQreal
 *     :rightBearing( oQChar )                             -> nQreal
 *     :size( nFlags, cText, nTabStops, @nTabArray )       -> oQSizeF
 *     :strikeOutPos()                                     -> nQreal
 *     :tightBoundingRect( cText )                         -> oQRectF
 *     :underlinePos()                                     -> nQreal
 *     :width( cText )                                     -> nQreal
 *     :( oQChar )                                         -> nQreal
 *     :xHeight()                                          -> nQreal
 * 
 *  $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$
 */
