Documentation
qTextCharFormat :: () -> IO (QTextCharFormat ()) #
qTextCharFormat_nf :: () -> IO (QTextCharFormat ()) #
anchorHref :: QTextCharFormat a -> () -> IO String #
anchorName :: QTextCharFormat a -> () -> IO String #
anchorNames :: QTextCharFormat a -> () -> IO [String] #
fontCapitalization :: QTextCharFormat a -> () -> IO Capitalization #
fontFixedPitch :: QTextCharFormat a -> () -> IO Bool #
fontHintingPreference :: QTextCharFormat a -> () -> IO HintingPreference #
fontKerning :: QTextCharFormat a -> () -> IO Bool #
fontLetterSpacing :: QTextCharFormat a -> () -> IO Double #
fontLetterSpacingType :: QTextCharFormat a -> () -> IO SpacingType #
fontOverline :: QTextCharFormat a -> () -> IO Bool #
fontStretch :: QTextCharFormat a -> () -> IO Int #
fontStrikeOut :: QTextCharFormat a -> () -> IO Bool #
fontStyleHint :: QTextCharFormat a -> () -> IO QFont_StyleHint #
fontStyleStrategy :: QTextCharFormat a -> () -> IO StyleStrategy #
fontWordSpacing :: QTextCharFormat a -> () -> IO Double #
isAnchor :: QTextCharFormat a -> () -> IO Bool #
setAnchor :: QTextCharFormat a -> Bool -> IO () #
setAnchorHref :: QTextCharFormat a -> String -> IO () #
setAnchorName :: QTextCharFormat a -> String -> IO () #
setAnchorNames :: QTextCharFormat a -> [String] -> IO () #
setFontCapitalization :: QTextCharFormat a -> Capitalization -> IO () #
setFontFixedPitch :: QTextCharFormat a -> Bool -> IO () #
setFontHintingPreference :: QTextCharFormat a -> HintingPreference -> IO () #
setFontKerning :: QTextCharFormat a -> Bool -> IO () #
setFontLetterSpacing :: QTextCharFormat a -> Double -> IO () #
setFontLetterSpacingType :: QTextCharFormat a -> SpacingType -> IO () #
setFontOverline :: QTextCharFormat a -> Bool -> IO () #
setFontStretch :: QTextCharFormat a -> Int -> IO () #
setFontStrikeOut :: QTextCharFormat a -> Bool -> IO () #
class QsetFontStyleHint x1 where #
setFontStyleHint :: QTextCharFormat a -> x1 -> IO () #
Instances
QsetFontStyleHint QFont_StyleHint # | |
Defined in Qtc.Gui.QTextCharFormat setFontStyleHint :: QTextCharFormat a -> QFont_StyleHint -> IO () # | |
QsetFontStyleHint (QFont_StyleHint, StyleStrategy) # | |
Defined in Qtc.Gui.QTextCharFormat setFontStyleHint :: QTextCharFormat a -> (QFont_StyleHint, StyleStrategy) -> IO () # |
setFontStyleStrategy :: QTextCharFormat a -> StyleStrategy -> IO () #
setFontWordSpacing :: QTextCharFormat a -> Double -> IO () #
setTableCellColumnSpan :: QTextCharFormat a -> Int -> IO () #
setTableCellRowSpan :: QTextCharFormat a -> Int -> IO () #
setTextOutline :: QTextCharFormat a -> QPen t1 -> IO () #
setUnderlineColor :: QTextCharFormat a -> QColor t1 -> IO () #
setUnderlineStyle :: QTextCharFormat a -> UnderlineStyle -> IO () #
setVerticalAlignment :: QTextCharFormat a -> VerticalAlignment -> IO () #
tableCellColumnSpan :: QTextCharFormat a -> () -> IO Int #
tableCellRowSpan :: QTextCharFormat a -> () -> IO Int #
textOutline :: QTextCharFormat a -> () -> IO (QPen ()) #
underlineColor :: QTextCharFormat a -> () -> IO (QColor ()) #
underlineStyle :: QTextCharFormat a -> () -> IO UnderlineStyle #
verticalAlignment :: QTextCharFormat a -> () -> IO VerticalAlignment #
qTextCharFormat_delete :: QTextCharFormat a -> IO () #