Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO a Source #
xftDrawDestroy :: XftDraw -> IO () Source #
xftLockFace :: XftFont -> IO () Source #
xftUnlockFace :: XftFont -> IO () Source #
xftDrawGlyphs :: (Integral a1, Integral a2, Integral a3) => XftDraw -> XftColor -> XftFont -> a2 -> a3 -> [a1] -> IO () Source #
xftDrawString :: (Integral a1, Integral a2) => XftDraw -> XftColor -> XftFont -> a1 -> a2 -> String -> IO () Source #
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo Source #
xftDrawRect :: (Integral a1, Integral a2, Integral a3, Integral a4) => XftDraw -> XftColor -> a1 -> a2 -> a3 -> a4 -> IO () Source #
xftInitFtLibrary :: IO () Source #