X11-xft-0.1: Bindings to the Xft, X Free Type interface library, and some Xrender partsContentsIndex
Graphics.X11.Xft
Documentation
newtype XftFont
Constructors
XftFont (Ptr XftFont)
newtype XftDraw
Constructors
XftDraw (Ptr XftDraw)
newtype XftColor
Constructors
XftColor (Ptr XftColor)
cXftColorAllocName :: Display -> Visual -> Colormap -> CString -> XftColor -> IO Int32
allocaXftColor :: (Ptr XftColor -> IO a) -> IO a
withXftColorName :: Display -> Visual -> Colormap -> String -> (XftColor -> IO a) -> IO a
cXftColorAllocValue :: Display -> Visual -> Colormap -> Ptr XRenderColor -> XftColor -> IO Int32
withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO a
cXftColorFree :: Display -> Visual -> Colormap -> XftColor -> IO ()
xftDrawCreate :: Display -> Drawable -> Visual -> Colormap -> IO XftDraw
xftDrawCreateBitmap :: Display -> Pixmap -> IO XftDraw
cXftDrawCreateAlpha :: Display -> Pixmap -> CInt -> IO XftDraw
cXftDrawChange :: XftDraw -> Drawable -> IO ()
xftDrawDisplay :: XftDraw -> IO Display
xftDrawDrawable :: XftDraw -> IO Drawable
xftDrawColormap :: XftDraw -> IO Colormap
xftDrawVisual :: XftDraw -> IO Visual
xftDrawDestroy :: XftDraw -> IO ()
cXftDrawGlyphs :: XftDraw -> XftColor -> XftFont -> CInt -> CInt -> Ptr Word32 -> CInt -> IO ()
cXftDrawStringUtf8 :: XftDraw -> XftColor -> XftFont -> CInt -> CInt -> Ptr Word8 -> CInt -> IO ()
cXftDrawRect :: XftDraw -> XftColor -> CInt -> CInt -> CUInt -> CUInt -> IO ()
xftDrawSetSubwindowMode :: XftDraw -> CInt -> IO ()
cXftTextExtentsUtf8 :: Display -> XftFont -> CString -> CInt -> Ptr XGlyphInfo -> IO ()
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo
cXftFontOpen :: Display -> CInt -> CString -> IO XftFont
xftFontClose :: Display -> XftFont -> IO ()
Produced by Haddock version 0.8