| ||||
| ||||
Documentation | ||||
data XftColor | ||||
xftcolor_pixel | ||||
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 | ||||
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 | ||||
xftfont_ascent | ||||
xftfont_descent | ||||
xftfont_height | ||||
xftfont_max_advance_width | ||||
xftFontOpen | ||||
xftFontOpenXlfd | ||||
xftLockFace :: XftFont -> IO () | ||||
xftUnlockFace :: XftFont -> IO () | ||||
xftFontCopy :: Display -> XftFont -> IO XftFont | ||||
xftFontClose :: Display -> XftFont -> IO () | ||||
xftDrawGlyphs | ||||
xftDrawString | ||||
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo | ||||
xftDrawRect | ||||
xftDrawSetClipRectangles :: XftDraw -> Int -> Int -> [Rectangle] -> IO Bool | ||||
xftDrawSetSubwindowMode | ||||
xftInitFtLibrary :: IO () | ||||
Produced by Haddock version 2.4.2 |