QTextCharFormat

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) extern (C++)
@Q_MOVABLE_TYPE
struct QTextCharFormat {}

Constructors

this
this(const(QTextFormat) fmt)
Undocumented in source.

Alias This

base0

Members

Enums

FontPropertiesInheritanceBehavior
enum FontPropertiesInheritanceBehavior
Undocumented in source.
UnderlineStyle
enum UnderlineStyle
Undocumented in source.
VerticalAlignment
enum VerticalAlignment
Undocumented in source.

Functions

anchorHref
QString anchorHref()
Undocumented in source. Be warned that the author may not have intended to support it.
anchorName
QString anchorName()
Undocumented in source.
anchorNames
QStringList anchorNames()
Undocumented in source.
font
QFont font()
Undocumented in source.
fontCapitalization
QFont.Capitalization fontCapitalization()
Undocumented in source. Be warned that the author may not have intended to support it.
fontFamilies
QVariant fontFamilies()
Undocumented in source. Be warned that the author may not have intended to support it.
fontFamily
QString fontFamily()
Undocumented in source. Be warned that the author may not have intended to support it.
fontFixedPitch
bool fontFixedPitch()
Undocumented in source. Be warned that the author may not have intended to support it.
fontHintingPreference
QFont.HintingPreference fontHintingPreference()
Undocumented in source. Be warned that the author may not have intended to support it.
fontItalic
bool fontItalic()
Undocumented in source. Be warned that the author may not have intended to support it.
fontKerning
bool fontKerning()
Undocumented in source. Be warned that the author may not have intended to support it.
fontLetterSpacing
qreal fontLetterSpacing()
Undocumented in source. Be warned that the author may not have intended to support it.
fontLetterSpacingType
QFont.SpacingType fontLetterSpacingType()
Undocumented in source. Be warned that the author may not have intended to support it.
fontOverline
bool fontOverline()
Undocumented in source. Be warned that the author may not have intended to support it.
fontPointSize
qreal fontPointSize()
Undocumented in source. Be warned that the author may not have intended to support it.
fontStretch
int fontStretch()
Undocumented in source. Be warned that the author may not have intended to support it.
fontStrikeOut
bool fontStrikeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
fontStyleHint
QFont.StyleHint fontStyleHint()
Undocumented in source. Be warned that the author may not have intended to support it.
fontStyleName
QVariant fontStyleName()
Undocumented in source. Be warned that the author may not have intended to support it.
fontStyleStrategy
QFont.StyleStrategy fontStyleStrategy()
Undocumented in source. Be warned that the author may not have intended to support it.
fontUnderline
bool fontUnderline()
Undocumented in source.
fontWeight
int fontWeight()
Undocumented in source. Be warned that the author may not have intended to support it.
fontWordSpacing
qreal fontWordSpacing()
Undocumented in source. Be warned that the author may not have intended to support it.
isAnchor
bool isAnchor()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
setAnchor
void setAnchor(bool anchor)
Undocumented in source. Be warned that the author may not have intended to support it.
setAnchorHref
void setAnchorHref(const(QString) value)
Undocumented in source. Be warned that the author may not have intended to support it.
setAnchorName
void setAnchorName(const(QString) name)
Undocumented in source. Be warned that the author may not have intended to support it.
setAnchorNames
void setAnchorNames(const(QStringList) names)
Undocumented in source. Be warned that the author may not have intended to support it.
setFont
void setFont(const(QFont) font, FontPropertiesInheritanceBehavior behavior)
Undocumented in source.
setFont
void setFont(const(QFont) font)
Undocumented in source.
setFontCapitalization
void setFontCapitalization(QFont.Capitalization capitalization)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontFamilies
void setFontFamilies(const(QStringList) families)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontFamily
void setFontFamily(const(QString) family)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontFixedPitch
void setFontFixedPitch(bool fixedPitch)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontHintingPreference
void setFontHintingPreference(QFont.HintingPreference hintingPreference)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontItalic
void setFontItalic(bool italic)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontKerning
void setFontKerning(bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontLetterSpacing
void setFontLetterSpacing(qreal spacing)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontLetterSpacingType
void setFontLetterSpacingType(QFont.SpacingType letterSpacingType)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontOverline
void setFontOverline(bool overline)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontPointSize
void setFontPointSize(qreal size)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontStretch
void setFontStretch(int factor)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontStrikeOut
void setFontStrikeOut(bool strikeOut)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontStyleHint
void setFontStyleHint(QFont.StyleHint hint, QFont.StyleStrategy strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontStyleName
void setFontStyleName(const(QString) styleName)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontStyleStrategy
void setFontStyleStrategy(QFont.StyleStrategy strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontUnderline
void setFontUnderline(bool underline)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontWeight
void setFontWeight(int weight)
Undocumented in source. Be warned that the author may not have intended to support it.
setFontWordSpacing
void setFontWordSpacing(qreal spacing)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableCellColumnSpan
void setTableCellColumnSpan(int _tableCellColumnSpan)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableCellRowSpan
void setTableCellRowSpan(int _tableCellRowSpan)
Undocumented in source. Be warned that the author may not have intended to support it.
setToolTip
void setToolTip(const(QString) tip)
Undocumented in source. Be warned that the author may not have intended to support it.
setUnderlineStyle
void setUnderlineStyle(UnderlineStyle style)
Undocumented in source.
setVerticalAlignment
void setVerticalAlignment(VerticalAlignment alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
tableCellColumnSpan
int tableCellColumnSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
tableCellRowSpan
int tableCellRowSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
textOutline
QPen textOutline()
Undocumented in source. Be warned that the author may not have intended to support it.
toolTip
QString toolTip()
Undocumented in source. Be warned that the author may not have intended to support it.
underlineColor
QColor underlineColor()
Undocumented in source. Be warned that the author may not have intended to support it.
underlineStyle
UnderlineStyle underlineStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
verticalAlignment
VerticalAlignment verticalAlignment()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base0
QTextFormat base0;
Undocumented in source.

Meta