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 :: XftColor -> IO IntSource
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 :: Integral a => Display -> Pixmap -> a -> IO XftDrawSource
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 -> IO IntSource
xftfont_descent :: XftFont -> IO IntSource
xftfont_height :: XftFont -> IO IntSource
xftfont_max_advance_width :: XftFont -> IO IntSource
xftFontOpen :: Display -> Screen -> String -> IO XftFontSource
xftFontOpenXlfd :: Display -> Screen -> String -> IO XftFontSource
xftLockFace :: XftFont -> IO ()Source
xftUnlockFace :: XftFont -> IO ()Source
xftFontCopy :: Display -> XftFont -> IO XftFontSource
xftFontClose :: Display -> XftFont -> IO ()Source
xftDrawGlyphs :: (Integral a, Integral a1, Integral a2) => XftDraw -> XftColor -> XftFont -> a1 -> a2 -> [a] -> IO ()Source
xftDrawString :: (Integral a, Integral a1) => XftDraw -> XftColor -> XftFont -> a -> a1 -> String -> IO ()Source
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfoSource
xftDrawRect :: (Integral a, Integral a1, Integral a2, Integral a3) => XftDraw -> XftColor -> a -> a1 -> a2 -> a3 -> IO ()Source
xftDrawSetClipRectangles :: XftDraw -> Int -> Int -> [Rectangle] -> IO BoolSource
xftDrawSetSubwindowMode :: Integral a => XftDraw -> a -> IO ()Source
xftInitFtLibrary :: IO ()Source
Produced by Haddock version 2.6.0