Function xcb::ffi::xproto::xcb_list_fonts [−][src]
pub unsafe extern "C" fn xcb_list_fonts(
c: *mut xcb_connection_t,
max_names: u16,
pattern_len: u16,
pattern: *const c_char
) -> xcb_list_fonts_cookie_t
get matching font names
Gets a list of available font names which match the given pattern
.