X11-xft-0.3: Bindings to the Xft, X Free Type interface library, and some Xrender parts
Source code
Contents
Index
Graphics.X11.Xft
Documentation
data
XftColor
Source
xftcolor_pixel
allocaXftColor
:: (
Ptr
XftColor
->
IO
a) ->
IO
a
Source
withXftColorName
::
Display
->
Visual
->
Colormap
->
String
-> (
XftColor
->
IO
a) ->
IO
a
Source
withXftColorValue
::
Display
->
Visual
->
Colormap
->
XRenderColor
-> (
XftColor
->
IO
a) ->
IO
a
Source
data
XftDraw
Source
withXftDraw
::
Display
->
Drawable
->
Visual
->
Colormap
-> (
XftDraw
->
IO
a) ->
IO
a
Source
xftDrawCreate
::
Display
->
Drawable
->
Visual
->
Colormap
->
IO
XftDraw
Source
xftDrawCreateBitmap
::
Display
->
Pixmap
->
IO
XftDraw
Source
xftDrawCreateAlpha
xftDrawChange
::
XftDraw
->
Drawable
->
IO
()
Source
xftDrawDisplay
::
XftDraw
->
IO
Display
Source
xftDrawDrawable
::
XftDraw
->
IO
Drawable
Source
xftDrawColormap
::
XftDraw
->
IO
Colormap
Source
xftDrawVisual
::
XftDraw
->
IO
Visual
Source
xftDrawDestroy
::
XftDraw
->
IO
()
Source
data
XftFont
Source
xftfont_ascent
xftfont_descent
xftfont_height
xftfont_max_advance_width
xftFontOpen
xftFontOpenXlfd
xftLockFace
::
XftFont
->
IO
()
Source
xftUnlockFace
::
XftFont
->
IO
()
Source
xftFontCopy
::
Display
->
XftFont
->
IO
XftFont
Source
xftFontClose
::
Display
->
XftFont
->
IO
()
Source
xftDrawGlyphs
xftDrawString
xftTextExtents
::
Display
->
XftFont
->
String
->
IO
XGlyphInfo
Source
xftDrawRect
xftDrawSetClipRectangles
::
XftDraw
->
Int
->
Int
-> [
Rectangle
] ->
IO
Bool
Source
xftDrawSetSubwindowMode
xftInitFtLibrary
::
IO
()
Source
Produced by
Haddock
version 2.4.2