Documentation
Instances
QqRawFont () # | |
Defined in Qtc.Gui.QRawFont | |
QqRawFont (QRawFont t1) # | |
Defined in Qtc.Gui.QRawFont | |
QqRawFont (String, Double) # | |
Defined in Qtc.Gui.QRawFont | |
QqRawFont (QByteArray t1, Double) # | |
Defined in Qtc.Gui.QRawFont qRawFont :: (QByteArray t1, Double) -> IO (QRawFont ()) # | |
QqRawFont (String, Double, HintingPreference) # | |
Defined in Qtc.Gui.QRawFont qRawFont :: (String, Double, HintingPreference) -> IO (QRawFont ()) # | |
QqRawFont (QByteArray t1, Double, HintingPreference) # | |
Defined in Qtc.Gui.QRawFont qRawFont :: (QByteArray t1, Double, HintingPreference) -> IO (QRawFont ()) # |
class QqRawFont_nf x1 where #
qRawFont_nf :: x1 -> IO (QRawFont ()) #
Instances
QqRawFont_nf () # | |
Defined in Qtc.Gui.QRawFont qRawFont_nf :: () -> IO (QRawFont ()) # | |
QqRawFont_nf (QRawFont t1) # | |
Defined in Qtc.Gui.QRawFont qRawFont_nf :: QRawFont t1 -> IO (QRawFont ()) # | |
QqRawFont_nf (String, Double) # | |
Defined in Qtc.Gui.QRawFont qRawFont_nf :: (String, Double) -> IO (QRawFont ()) # | |
QqRawFont_nf (QByteArray t1, Double) # | |
Defined in Qtc.Gui.QRawFont qRawFont_nf :: (QByteArray t1, Double) -> IO (QRawFont ()) # | |
QqRawFont_nf (String, Double, HintingPreference) # | |
Defined in Qtc.Gui.QRawFont qRawFont_nf :: (String, Double, HintingPreference) -> IO (QRawFont ()) # | |
QqRawFont_nf (QByteArray t1, Double, HintingPreference) # | |
Defined in Qtc.Gui.QRawFont qRawFont_nf :: (QByteArray t1, Double, HintingPreference) -> IO (QRawFont ()) # |
class QadvancesForGlyphIndexes x1 xr | x1 -> xr where #
advancesForGlyphIndexes :: QRawFont a -> x1 -> xr #
Instances
QadvancesForGlyphIndexes [Int] (IO [QPointF ()]) # | |
Defined in Qtc.Gui.QRawFont advancesForGlyphIndexes :: QRawFont a -> [Int] -> IO [QPointF ()] # | |
QadvancesForGlyphIndexes ([Int], QRawFont_LayoutFlags) (IO [QPointF ()]) # | |
Defined in Qtc.Gui.QRawFont advancesForGlyphIndexes :: QRawFont a -> ([Int], QRawFont_LayoutFlags) -> IO [QPointF ()] # | |
QadvancesForGlyphIndexes (QConstUnsignedIntPtr t1, QPointF t2, Int) (IO Bool) # | |
Defined in Qtc.Gui.QRawFont advancesForGlyphIndexes :: QRawFont a -> (QConstUnsignedIntPtr t1, QPointF t2, Int) -> IO Bool # | |
QadvancesForGlyphIndexes (QConstUnsignedIntPtr t1, QPointF t2, Int, QRawFont_LayoutFlags) (IO Bool) # | |
Defined in Qtc.Gui.QRawFont advancesForGlyphIndexes :: QRawFont a -> (QConstUnsignedIntPtr t1, QPointF t2, Int, QRawFont_LayoutFlags) -> IO Bool # |
class QalphaMapForGlyph x1 where #
alphaMapForGlyph :: QRawFont a -> x1 -> IO (QImage ()) #
Instances
QalphaMapForGlyph Int # | |
Defined in Qtc.Gui.QRawFont alphaMapForGlyph :: QRawFont a -> Int -> IO (QImage ()) # | |
QalphaMapForGlyph (Int, AntialiasingType) # | |
Defined in Qtc.Gui.QRawFont alphaMapForGlyph :: QRawFont a -> (Int, AntialiasingType) -> IO (QImage ()) # | |
QalphaMapForGlyph (Int, AntialiasingType, QTransform t3) # | |
Defined in Qtc.Gui.QRawFont alphaMapForGlyph :: QRawFont a -> (Int, AntialiasingType, QTransform t3) -> IO (QImage ()) # |
class QalphaMapForGlyph_nf x1 where #
alphaMapForGlyph_nf :: QRawFont a -> x1 -> IO (QImage ()) #
Instances
QalphaMapForGlyph_nf Int # | |
Defined in Qtc.Gui.QRawFont alphaMapForGlyph_nf :: QRawFont a -> Int -> IO (QImage ()) # | |
QalphaMapForGlyph_nf (Int, AntialiasingType) # | |
Defined in Qtc.Gui.QRawFont alphaMapForGlyph_nf :: QRawFont a -> (Int, AntialiasingType) -> IO (QImage ()) # | |
QalphaMapForGlyph_nf (Int, AntialiasingType, QTransform t3) # | |
Defined in Qtc.Gui.QRawFont alphaMapForGlyph_nf :: QRawFont a -> (Int, AntialiasingType, QTransform t3) -> IO (QImage ()) # |
familyName :: QRawFont a -> () -> IO String #
fontTable :: QRawFont a -> String -> IO (QByteArray ()) #
class QqRawFontFromFont x1 where #
qRawFontFromFont :: x1 -> IO (QRawFont ()) #
Instances
QqRawFontFromFont (QFont t1) # | |
Defined in Qtc.Gui.QRawFont qRawFontFromFont :: QFont t1 -> IO (QRawFont ()) # | |
QqRawFontFromFont (QFont t1, WritingSystem) # | |
Defined in Qtc.Gui.QRawFont qRawFontFromFont :: (QFont t1, WritingSystem) -> IO (QRawFont ()) # |
glyphIndexesForChars :: QRawFont a -> (QChar t1, Int, QUnsignedIntPtr t3, QIntPtr t4) -> IO Bool #
glyphIndexesForString :: QRawFont a -> String -> IO [Int] #
lineThickness :: QRawFont a -> () -> IO Double #
loadFromFile :: QRawFont a -> (String, Double, HintingPreference) -> IO () #
maxCharWidth :: QRawFont a -> () -> IO Double #
pathForGlyph :: QRawFont a -> Int -> IO (QPainterPath ()) #
supportedWritingSystems :: QRawFont a -> () -> IO [WritingSystem] #
class QsupportsCharacter x1 where #
supportsCharacter :: QRawFont a -> x1 -> IO Bool #
Instances
QsupportsCharacter Int # | |
Defined in Qtc.Gui.QRawFont supportsCharacter :: QRawFont a -> Int -> IO Bool # | |
QsupportsCharacter (QChar t1) # | |
Defined in Qtc.Gui.QRawFont supportsCharacter :: QRawFont a -> QChar t1 -> IO Bool # |
underlinePosition :: QRawFont a -> () -> IO Double #
unitsPerEm :: QRawFont a -> () -> IO Double #
qRawFont_delete :: QRawFont a -> IO () #