
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextCharFormat()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextcharformat.html
 *  $ONELINER$
 *     Creates a new QTextCharFormat object.
 *  $INHERITS$
 *     QTextFormat
 *  $SYNTAX$
 *     QTextCharFormat( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextCharFormat
 *  $METHODS$
 *     :anchorHref()                                       -> cQString
 *     :anchorNames()                                      -> oQStringList
 *     :font()                                             -> oQFont
 *     :fontCapitalization()                               -> nQFont_Capitalization
 *     :fontFamily()                                       -> cQString
 *     :fontFixedPitch()                                   -> lBool
 *     :fontItalic()                                       -> lBool
 *     :fontKerning()                                      -> lBool
 *     :fontLetterSpacing()                                -> nQreal
 *     :fontOverline()                                     -> lBool
 *     :fontPointSize()                                    -> nQreal
 *     :fontStrikeOut()                                    -> lBool
 *     :fontStyleHint()                                    -> nQFont_StyleHint
 *     :fontStyleStrategy()                                -> nQFont_StyleStrategy
 *     :fontUnderline()                                    -> lBool
 *     :fontWeight()                                       -> nInt
 *     :fontWordSpacing()                                  -> nQreal
 *     :isAnchor()                                         -> lBool
 *     :isValid()                                          -> lBool
 *     :setAnchor( lAnchor )                               -> NIL
 *     :setAnchorHref( cValue )                            -> NIL
 *     :setAnchorNames( oQStringList )                     -> NIL
 *     :setFont( oQFont )                                  -> NIL
 *     :setFontCapitalization( nCapitalization )           -> NIL
 *     :setFontFamily( cFamily )                           -> NIL
 *     :setFontFixedPitch( lFixedPitch )                   -> NIL
 *     :setFontItalic( lItalic )                           -> NIL
 *     :setFontKerning( lEnable )                          -> NIL
 *     :setFontLetterSpacing( nSpacing )                   -> NIL
 *     :setFontOverline( lOverline )                       -> NIL
 *     :setFontPointSize( nSize )                          -> NIL
 *     :setFontStrikeOut( lStrikeOut )                     -> NIL
 *     :setFontStyleHint( nHint, nStrategy )               -> NIL
 *     :setFontStyleStrategy( nStrategy )                  -> NIL
 *     :setFontUnderline( lUnderline )                     -> NIL
 *     :setFontWeight( nWeight )                           -> NIL
 *     :setFontWordSpacing( nSpacing )                     -> NIL
 *     :setTextOutline( oQPen )                            -> NIL
 *     :setToolTip( cText )                                -> NIL
 *     :setUnderlineColor( oQColor )                       -> NIL
 *     :setUnderlineStyle( nStyle )                        -> NIL
 *     :setVerticalAlignment( nAlignment )                 -> NIL
 *     :textOutline()                                      -> oQPen
 *     :toolTip()                                          -> cQString
 *     :underlineColor()                                   -> oQColor
 *     :underlineStyle()                                   -> nUnderlineStyle
 *     :verticalAlignment()                                -> nVerticalAlignment
 * 
 *  $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$
 */
