X11-xft-0.3: Bindings to the Xft, X Free Type interface library, and some Xrender partsContentsIndex
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
xftDrawChange :: XftDraw -> Drawable -> IO ()
xftDrawDisplay :: XftDraw -> IO Display
xftDrawDrawable :: XftDraw -> IO Drawable
xftDrawColormap :: XftDraw -> IO Colormap
xftDrawVisual :: XftDraw -> IO Visual
xftDrawDestroy :: XftDraw -> IO ()
data XftFont
xftLockFace :: XftFont -> IO ()
xftUnlockFace :: XftFont -> IO ()
xftFontCopy :: Display -> XftFont -> IO XftFont
xftFontClose :: Display -> XftFont -> IO ()
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo
xftDrawSetClipRectangles :: XftDraw -> Int -> Int -> [Rectangle] -> IO Bool
xftInitFtLibrary :: IO ()
Produced by Haddock version 2.1.0