- XftCharExists
Bool XftCharExists(Display* , XftFont* , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftColorAllocName
Bool XftColorAllocName(Display* , Visual* , Colormap , const(char)* , XftColor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftColorFree
void XftColorFree(Display* , Visual* , Colormap , XftColor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawChange
void XftDrawChange(XftDraw* , Drawable )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawCreate
XftDraw* XftDrawCreate(Display* , Drawable , Visual* , Colormap )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawDestroy
void XftDrawDestroy(XftDraw* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawPicture
Picture XftDrawPicture(XftDraw* draw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawSetClip
Bool XftDrawSetClip(XftDraw* , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawSetClipRectangles
Bool XftDrawSetClipRectangles(XftDraw* , int , int , XRectangle* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawString32
void XftDrawString32(XftDraw* , XftColor* , XftFont* , int , int , const(dchar)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftDrawStringUtf8
void XftDrawStringUtf8(XftDraw* , XftColor* , XftFont* , int , int , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftFontClose
void XftFontClose(Display* , XftFont* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftFontMatch
FcPattern* XftFontMatch(Display* , int , FcPattern* , XftResult* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftFontOpenName
XftFont* XftFontOpenName(Display* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftFontOpenPattern
XftFont* XftFontOpenPattern(Display* , FcPattern* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XftTextExtentsUtf8
void XftTextExtentsUtf8(Display* , XftFont* , const(char)* , int , XGlyphInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.