X11-xft-0.3: Bindings to the Xft, X Free Type interface library, and some Xrender partsSource codeContentsIndex
Graphics.X11.Xft
Documentation
data XftColor Source
xftcolor_pixel
allocaXftColor :: (Ptr XftColor -> IO a) -> IO aSource
withXftColorName :: Display -> Visual -> Colormap -> String -> (XftColor -> IO a) -> IO aSource
withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO aSource
data XftDraw Source
withXftDraw :: Display -> Drawable -> Visual -> Colormap -> (XftDraw -> IO a) -> IO aSource
xftDrawCreate :: Display -> Drawable -> Visual -> Colormap -> IO XftDrawSource
xftDrawCreateBitmap :: Display -> Pixmap -> IO XftDrawSource
xftDrawCreateAlpha
xftDrawChange :: XftDraw -> Drawable -> IO ()Source
xftDrawDisplay :: XftDraw -> IO DisplaySource
xftDrawDrawable :: XftDraw -> IO DrawableSource
xftDrawColormap :: XftDraw -> IO ColormapSource
xftDrawVisual :: XftDraw -> IO VisualSource
xftDrawDestroy :: XftDraw -> IO ()Source
data XftFont Source
xftfont_ascent
xftfont_descent
xftfont_height
xftfont_max_advance_width
xftFontOpen
xftFontOpenXlfd
xftLockFace :: XftFont -> IO ()Source
xftUnlockFace :: XftFont -> IO ()Source
xftFontCopy :: Display -> XftFont -> IO XftFontSource
xftFontClose :: Display -> XftFont -> IO ()Source
xftDrawGlyphs
xftDrawString
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfoSource
xftDrawRect
xftDrawSetClipRectangles :: XftDraw -> Int -> Int -> [Rectangle] -> IO BoolSource
xftDrawSetSubwindowMode
xftInitFtLibrary :: IO ()Source
Produced by Haddock version 2.4.2