X11-xft-0.3: Bindings to the Xft, X Free Type interface library, and some Xrender partsSource codeContentsIndex
Graphics.X11.Xrender
Documentation
peekCUShort :: Ptr a -> CInt -> IO IntSource
pokeCUShort :: Ptr a -> CInt -> Int -> IO ()Source
peekCShort :: Ptr a -> CInt -> IO IntSource
pokeCShort :: Ptr a -> CInt -> Int -> IO ()Source
data XRenderColor Source
Constructors
XRenderColor
xrendercolor_red :: Int
xrendercolor_green :: Int
xrendercolor_blue :: Int
xrendercolor_alpha :: Int
show/hide Instances
data XGlyphInfo Source
Constructors
XGlyphInfo
xglyphinfo_width :: Int
xglyphinfo_height :: Int
xglyphinfo_x :: Int
xglyphinfo_y :: Int
xglyphinfo_xOff :: Int
xglyphinfo_yOff :: Int
show/hide Instances
data XRenderDirectFormat Source
Constructors
XRenderDirectFormat
xrenderdirectformat_red :: Int
xrenderdirectformat_redMask :: Int
xrenderdirectformat_green :: Int
xrenderdirectformat_greenMask :: Int
xrenderdirectformat_blue :: Int
xrenderdirectformat_blueMask :: Int
xrenderdirectformat_alpha :: Int
xrenderdirectformat_alphaMask :: Int
show/hide Instances
Produced by Haddock version 2.6.1