Struct x11_dl::xft::Xft [] [src]

pub struct Xft {
    pub XftCharExists: unsafe extern fn(*mut Display, *mut XftFont, c_uint) -> c_int,
    pub XftCharFontSpecRender: unsafe extern fn(*mut Display, c_int, c_ulong, c_ulong, c_int, c_int, *const XftCharFontSpec, c_int),
    pub XftCharIndex: unsafe extern fn(*mut Display, *mut XftFont, c_uint) -> c_uint,
    pub XftCharSpecRender: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, *const XftCharSpec, c_int),
    pub XftColorAllocName: unsafe extern fn(*mut Display, *const Visual, c_ulong, *const c_char, *mut XftColor) -> c_int,
    pub XftColorAllocValue: unsafe extern fn(*mut Display, *mut Visual, c_ulong, *const XRenderColor, *mut XftColor) -> c_int,
    pub XftColorFree: unsafe extern fn(*mut Display, *mut Visual, c_ulong, *mut XftColor),
    pub XftDefaultHasRender: unsafe extern fn(*mut Display) -> c_int,
    pub XftDefaultSet: unsafe extern fn(*mut Display, *mut FcPattern) -> c_int,
    pub XftDefaultSubstitute: unsafe extern fn(*mut Display, c_int, *mut FcPattern),
    pub XftDrawChange: unsafe extern fn(*mut XftDraw, c_ulong),
    pub XftDrawCharFontSpec: unsafe extern fn(*mut XftDraw, *const XftColor, *const XftCharFontSpec, c_int),
    pub XftDrawCharSpec: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, *const XftCharSpec, c_int),
    pub XftDrawColormap: unsafe extern fn(*mut XftDraw) -> c_ulong,
    pub XftDrawCreate: unsafe extern fn(*mut Display, c_ulong, *mut Visual, c_ulong) -> *mut XftDraw,
    pub XftDrawCreateAlpha: unsafe extern fn(*mut Display, c_ulong, c_int) -> *mut XftDraw,
    pub XftDrawCreateBitmap: unsafe extern fn(*mut Display, c_ulong) -> *mut XftDraw,
    pub XftDrawDestroy: unsafe extern fn(*mut XftDraw),
    pub XftDrawDisplay: unsafe extern fn(*mut XftDraw) -> *mut Display,
    pub XftDrawDrawable: unsafe extern fn(*mut XftDraw) -> c_ulong,
    pub XftDrawGlyphFontSpec: unsafe extern fn(*mut XftDraw, *const XftColor, *const XftGlyphFontSpec, c_int),
    pub XftDrawGlyphs: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, c_int, c_int, *const c_uint, c_int),
    pub XftDrawGlyphSpec: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, *const XftGlyphSpec, c_int),
    pub XftDrawPicture: unsafe extern fn(*mut XftDraw) -> c_ulong,
    pub XftDrawRect: unsafe extern fn(*mut XftDraw, *const XftColor, c_int, c_int, c_uint, c_uint),
    pub XftDrawSetClip: unsafe extern fn(*mut XftDraw, Region) -> c_int,
    pub XftDrawSetClipRectangles: unsafe extern fn(*mut XftDraw, c_int, c_int, *const XRectangle, c_int) -> c_int,
    pub XftDrawSetSubwindowMode: unsafe extern fn(*mut XftDraw, c_int),
    pub XftDrawSrcPicture: unsafe extern fn(*mut XftDraw, *const XftColor) -> c_ulong,
    pub XftDrawString16: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, c_int, c_int, *const c_ushort, c_int),
    pub XftDrawString32: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, c_int, c_int, *const c_uint, c_int),
    pub XftDrawString8: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, c_int, c_int, *const c_uchar, c_int),
    pub XftDrawStringUtf16: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, c_int, c_int, *const c_uchar, FcEndian, c_int),
    pub XftDrawStringUtf8: unsafe extern fn(*mut XftDraw, *const XftColor, *mut XftFont, c_int, c_int, *const c_uchar, c_int),
    pub XftDrawVisual: unsafe extern fn(*mut XftDraw) -> *mut Visual,
    pub XftFontCheckGlyph: unsafe extern fn(*mut Display, *mut XftFont, c_int, c_uint, *mut c_uint, *mut c_int) -> c_int,
    pub XftFontClose: unsafe extern fn(*mut Display, *mut XftFont),
    pub XftFontCopy: unsafe extern fn(*mut Display, *mut XftFont) -> *mut XftFont,
    pub XftFontInfoCreate: unsafe extern fn(*mut Display, *const FcPattern) -> *mut XftFontInfo,
    pub XftFontInfoDestroy: unsafe extern fn(*mut Display, *mut XftFontInfo),
    pub XftFontInfoEqual: unsafe extern fn(*const XftFontInfo, *const XftFontInfo) -> c_int,
    pub XftFontInfoHash: unsafe extern fn(*const XftFontInfo) -> c_uint,
    pub XftFontLoadGlyphs: unsafe extern fn(*mut Display, *mut XftFont, c_int, *const c_uint, c_int),
    pub XftFontMatch: unsafe extern fn(*mut Display, c_int, *const FcPattern, *mut FcResult) -> *mut FcPattern,
    pub XftFontOpenInfo: unsafe extern fn(*mut Display, *mut FcPattern, *mut XftFontInfo) -> *mut XftFont,
    pub XftFontOpenName: unsafe extern fn(*mut Display, c_int, *const c_char) -> *mut XftFont,
    pub XftFontOpenPattern: unsafe extern fn(*mut Display, *mut FcPattern) -> *mut XftFont,
    pub XftFontOpenXlfd: unsafe extern fn(*mut Display, c_int, *const c_char) -> *mut XftFont,
    pub XftFontUnloadGlyphs: unsafe extern fn(*mut Display, *mut XftFont, *const c_uint, c_int),
    pub XftGetVersion: unsafe extern fn() -> c_int,
    pub XftGlyphExtents: unsafe extern fn(*mut Display, *mut XftFont, *const c_uint, c_int, *mut XGlyphInfo),
    pub XftGlyphFontSpecRender: unsafe extern fn(*mut Display, c_int, c_ulong, c_ulong, c_int, c_int, *const XftGlyphFontSpec, c_int),
    pub XftGlyphRender: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uint, c_int),
    pub XftGlyphSpecRender: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, *const XftGlyphSpec, c_int),
    pub XftInit: unsafe extern fn(*const c_char) -> c_int,
    pub XftInitFtLibrary: unsafe extern fn() -> c_int,
    pub XftLockFace: unsafe extern fn(*mut XftFont) -> *mut FT_FaceRec,
    pub XftNameParse: unsafe extern fn(*const c_char) -> *mut FcPattern,
    pub XftNameUnparse: unsafe extern fn(*mut FcPattern, *mut c_char, c_int) -> c_int,
    pub XftTextExtents16: unsafe extern fn(*mut Display, *mut XftFont, *const c_ushort, c_int, *mut XGlyphInfo),
    pub XftTextExtents32: unsafe extern fn(*mut Display, *mut XftFont, *const c_uint, c_int, *mut XGlyphInfo),
    pub XftTextExtents8: unsafe extern fn(*mut Display, *mut XftFont, *const c_uchar, c_int, *mut XGlyphInfo),
    pub XftTextExtentsUtf16: unsafe extern fn(*mut Display, *mut XftFont, *const c_uchar, FcEndian, c_int, *mut XGlyphInfo),
    pub XftTextExtentsUtf8: unsafe extern fn(*mut Display, *mut XftFont, *const c_uchar, c_int, *mut XGlyphInfo),
    pub XftTextRender16: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_ushort, c_int),
    pub XftTextRender16BE: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, c_int),
    pub XftTextRender16LE: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, c_int),
    pub XftTextRender32: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uint, c_int),
    pub XftTextRender32BE: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, c_int),
    pub XftTextRender32LE: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, c_int),
    pub XftTextRender8: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, c_int),
    pub XftTextRenderUtf16: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, FcEndian, c_int),
    pub XftTextRenderUtf8: unsafe extern fn(*mut Display, c_int, c_ulong, *mut XftFont, c_ulong, c_int, c_int, c_int, c_int, *const c_uchar, c_int),
    pub XftUnlockFace: unsafe extern fn(*mut XftFont),
    pub XftXlfdParse: unsafe extern fn(*const c_char, c_int, c_int) -> *mut FcPattern,
    pub XftFontOpen: unsafe extern fn(*mut Display, c_int, ...) -> *mut XftFont,
    pub XftListFonts: unsafe extern fn(*mut Display, c_int, ...) -> *mut XftFontSet,
    // some fields omitted
}

Fields

Methods

impl Xft
[src]

Trait Implementations

impl Send for Xft
[src]

impl Sync for Xft
[src]