Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.X11.Xft
Documentation
xftcolor_pixel :: XftColor -> IO Int Source
withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO a Source
xftDrawChange :: XftDraw -> Drawable -> IO () Source
xftDrawDisplay :: XftDraw -> IO Display Source
xftDrawDrawable :: XftDraw -> IO Drawable Source
xftDrawColormap :: XftDraw -> IO Colormap Source
xftDrawVisual :: XftDraw -> IO Visual Source
xftDrawDestroy :: XftDraw -> IO () Source
xftfont_ascent :: XftFont -> IO Int Source
xftfont_descent :: XftFont -> IO Int Source
xftfont_height :: XftFont -> IO Int Source
xftLockFace :: XftFont -> IO () Source
xftUnlockFace :: XftFont -> IO () Source
xftFontClose :: Display -> 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
xftDrawSetSubwindowMode :: Integral a => XftDraw -> a -> IO () Source
xftInitFtLibrary :: IO () Source