Function xcb::xproto::list_fonts_with_info_unchecked[][src]

pub fn list_fonts_with_info_unchecked<'a>(
    c: &'a Connection,
    max_names: u16,
    pattern: &str
) -> ListFontsWithInfoCookie<'a>

get matching font names and information

Gets a list of available font names which match the given pattern.

parameters: