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

Safe HaskellNone

Graphics.X11.Xft

Documentation

data XftColor

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

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

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

data XftDraw

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

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

xftDrawCreateBitmap :: Display -> Pixmap -> IO XftDraw

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

xftDrawChange :: XftDraw -> Drawable -> IO ()

xftDrawDisplay :: XftDraw -> IO Display

xftDrawDrawable :: XftDraw -> IO Drawable

xftDrawColormap :: XftDraw -> IO Colormap

xftDrawVisual :: XftDraw -> IO Visual

data XftFont

xftfont_ascent :: XftFont -> IO Int

xftfont_height :: XftFont -> IO Int

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

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

xftLockFace :: XftFont -> IO ()

xftFontCopy :: Display -> XftFont -> IO XftFont

xftFontClose :: Display -> XftFont -> IO ()

xftDrawGlyphs :: (Integral a, Integral a1, Integral a2) => XftDraw -> XftColor -> XftFont -> a1 -> a2 -> [a] -> IO ()

xftDrawString :: (Integral a, Integral a1) => XftDraw -> XftColor -> XftFont -> a -> a1 -> String -> IO ()

xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo

xftDrawRect :: (Integral a, Integral a1, Integral a2, Integral a3) => XftDraw -> XftColor -> a -> a1 -> a2 -> a3 -> IO ()

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

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