Function xcb::xproto::list_fonts_with_info[][src]

pub fn list_fonts_with_info<'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: