Function xcb::xproto::list_fonts_unchecked[][src]

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

get matching font names

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

parameters: