Documentation
xftcolor_pixel :: XftColor -> IO IntSource
withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO aSource
xftDrawDisplay :: XftDraw -> IO DisplaySource
xftDrawVisual :: XftDraw -> IO VisualSource
xftDrawDestroy :: XftDraw -> IO ()Source
xftfont_ascent :: XftFont -> IO IntSource
xftfont_descent :: XftFont -> IO IntSource
xftfont_height :: XftFont -> IO IntSource
xftLockFace :: XftFont -> IO ()Source
xftUnlockFace :: XftFont -> IO ()Source
xftDrawGlyphs :: (Integral a1, Integral a2, 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 XGlyphInfoSource
xftDrawRect :: (Integral a1, Integral a3, Integral a2, Integral a) => XftDraw -> XftColor -> a -> a1 -> a2 -> a3 -> IO ()Source
xftDrawSetSubwindowMode :: Integral a => XftDraw -> a -> IO ()Source