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