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 #

withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO a Source #

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

xftDrawCreate :: Display -> Drawable -> Visual -> Colormap -> IO XftDraw Source #

xftDrawCreateBitmap :: Display -> Pixmap -> IO XftDraw Source #

xftDrawCreateAlpha :: Integral a => Display -> Pixmap -> a -> IO XftDraw 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 #

xftFontOpen :: Display -> Screen -> String -> IO XftFont Source #

xftFontOpenXlfd :: Display -> Screen -> String -> IO XftFont Source #

xftFontCopy :: Display -> XftFont -> IO XftFont Source #

xftFontClose :: Display -> 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 #

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

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