Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.X11.Xft
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 a2, Integral a1, Integral a) => XftDraw -> XftColor -> XftFont -> a1 -> a2 -> [a] -> IO () Source #
xftDrawString :: (Integral a1, Integral a) => XftDraw -> XftColor -> XftFont -> a -> a1 -> String -> IO () Source #
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo Source #
xftDrawRect :: (Integral a3, Integral a2, Integral a1, Integral a) => XftDraw -> XftColor -> a -> a1 -> a2 -> a3 -> IO () Source #
xftInitFtLibrary :: IO () Source #