X11-xft-0.3: Bindings to the Xft, X Free Type interface library, and some Xrender parts

Graphics.X11.Xrender

Documentation

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

Constructors

XRenderColor 

Instances

Storable XRenderColor 

data XGlyphInfo

Constructors

XGlyphInfo 

Fields

xglyphinfo_width :: Int
 
xglyphinfo_height :: Int
 
xglyphinfo_x :: Int
 
xglyphinfo_y :: Int
 
xglyphinfo_xOff :: Int
 
xglyphinfo_yOff :: Int
 

Instances

Storable XGlyphInfo