-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Bindings to the Xft, X Free Type interface library, and some Xrender parts
--   
--   Bindings to the Xft, X Free Type interface library, and some Xrender
--   parts
@package X11-xft
@version 0.3.1

module Graphics.X11.Xrender
peekCUShort :: Ptr a -> CInt -> IO Int
pokeCUShort :: Ptr a -> CInt -> Int -> IO ()
peekCShort :: Ptr a -> CInt -> IO Int
pokeCShort :: Ptr a -> CInt -> Int -> IO ()
data XRenderColor
XRenderColor :: Int -> Int -> Int -> Int -> XRenderColor
xrendercolor_red :: XRenderColor -> Int
xrendercolor_green :: XRenderColor -> Int
xrendercolor_blue :: XRenderColor -> Int
xrendercolor_alpha :: XRenderColor -> Int
data XGlyphInfo
XGlyphInfo :: Int -> Int -> Int -> Int -> Int -> Int -> XGlyphInfo
xglyphinfo_width :: XGlyphInfo -> Int
xglyphinfo_height :: XGlyphInfo -> Int
xglyphinfo_x :: XGlyphInfo -> Int
xglyphinfo_y :: XGlyphInfo -> Int
xglyphinfo_xOff :: XGlyphInfo -> Int
xglyphinfo_yOff :: XGlyphInfo -> Int
data XRenderDirectFormat
XRenderDirectFormat :: Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> XRenderDirectFormat
xrenderdirectformat_red :: XRenderDirectFormat -> Int
xrenderdirectformat_redMask :: XRenderDirectFormat -> Int
xrenderdirectformat_green :: XRenderDirectFormat -> Int
xrenderdirectformat_greenMask :: XRenderDirectFormat -> Int
xrenderdirectformat_blue :: XRenderDirectFormat -> Int
xrenderdirectformat_blueMask :: XRenderDirectFormat -> Int
xrenderdirectformat_alpha :: XRenderDirectFormat -> Int
xrenderdirectformat_alphaMask :: XRenderDirectFormat -> Int
instance Storable XRenderDirectFormat
instance Storable XGlyphInfo
instance Storable XRenderColor

module Graphics.X11.Xft
data XftColor
xftcolor_pixel :: XftColor -> IO Int
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 :: Integral a => Display -> Pixmap -> a -> 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
xftfont_ascent :: XftFont -> IO Int
xftfont_descent :: XftFont -> IO Int
xftfont_height :: XftFont -> IO Int
xftfont_max_advance_width :: XftFont -> IO Int
xftFontOpen :: Display -> Screen -> String -> IO XftFont
xftFontOpenXlfd :: Display -> Screen -> String -> IO XftFont
xftLockFace :: XftFont -> IO ()
xftUnlockFace :: XftFont -> IO ()
xftFontCopy :: Display -> XftFont -> IO XftFont
xftFontClose :: Display -> XftFont -> IO ()
xftDrawGlyphs :: (Integral a2, Integral a1, Integral a) => XftDraw -> XftColor -> XftFont -> a1 -> a2 -> [a] -> IO ()
xftDrawString :: (Integral a1, Integral a) => XftDraw -> XftColor -> XftFont -> a -> a1 -> String -> IO ()
xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo
xftDrawRect :: (Integral a3, Integral a2, Integral a1, Integral a) => XftDraw -> XftColor -> a -> a1 -> a2 -> a3 -> IO ()
xftDrawSetClipRectangles :: XftDraw -> Int -> Int -> [Rectangle] -> IO Bool
xftDrawSetSubwindowMode :: Integral a => XftDraw -> a -> IO ()
xftInitFtLibrary :: IO ()
