NAME
Qt::Gui::QTextCharFormat
PUBLIC METHODS
- QTextCharFormat()
- QString anchorHref()
- QString anchorName()
- QStringList anchorNames()
- QFont font()
- QFont::Capitalization fontCapitalization()
- QString fontFamily()
- bool fontFixedPitch()
- bool fontItalic()
- bool fontKerning()
- qreal fontLetterSpacing()
- bool fontOverline()
- qreal fontPointSize()
- bool fontStrikeOut()
- QFont::StyleHint fontStyleHint()
- QFont::StyleStrategy fontStyleStrategy()
- bool fontUnderline()
- int fontWeight()
- qreal fontWordSpacing()
- bool isAnchor()
- bool isValid()
- void setAnchor(bool anchor)
- void setAnchorHref(const QString & value)
- void setAnchorName(const QString & name)
- void setAnchorNames(const QStringList & names)
- void setFont(const QFont & font)
- void setFontCapitalization(QFont::Capitalization capitalization)
- void setFontFamily(const QString & family)
- void setFontFixedPitch(bool fixedPitch)
- void setFontItalic(bool italic)
- void setFontKerning(bool enable)
- void setFontLetterSpacing(qreal spacing)
- void setFontOverline(bool overline)
- void setFontPointSize(qreal size)
- void setFontStrikeOut(bool strikeOut)
- void setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy = QFont::PreferDefault)
- void setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy)
- void setFontStyleStrategy(QFont::StyleStrategy strategy)
- void setFontUnderline(bool underline)
- void setFontWeight(int weight)
- void setFontWordSpacing(qreal spacing)
- void setTableCellColumnSpan(int tableCellColumnSpan)
- void setTableCellRowSpan(int tableCellRowSpan)
- void setTextOutline(const QPen & pen)
- void setToolTip(const QString & tip)
- void setUnderlineColor(const QColor & color)
- void setUnderlineStyle(QTextCharFormat::UnderlineStyle style)
- void setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment)
- int tableCellColumnSpan()
- int tableCellRowSpan()
- QPen textOutline()
- QString toolTip()
- QColor underlineColor()
- QTextCharFormat::UnderlineStyle underlineStyle()
- QTextCharFormat::VerticalAlignment verticalAlignment()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.