X11-xft-0.3.1: Bindings to the Xft, X Free Type interface library, and some Xrender parts
Safe HaskellNone
LanguageHaskell98

Graphics.X11.Xft

Documentation

allocaXftColor :: (Ptr XftColor -> IO a) -> IO a Source #

withXftColorName :: Display -> Visual -> Colormap -> String -> (XftColor -> IO a) -> IO a Source #

withXftDraw :: Display -> Drawable -> Visual -> Colormap -> (XftDraw -> IO a) -> IO a Source #

xftDrawCreateAlpha :: Integral a => Display -> Pixmap -> a -> IO XftDraw Source #

xftFontOpen :: Display -> Screen -> String -> IO XftFont 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 #

xftDrawRect :: (Integral a1, Integral a2, Integral a3, Integral a4) => XftDraw -> XftColor -> a1 -> a2 -> a3 -> a4 -> IO () Source #

xftDrawSetClipRectangles :: XftDraw -> Int -> Int -> [Rectangle] -> IO Bool Source #

xftDrawSetSubwindowMode :: Integral a => XftDraw -> a -> IO () Source #