Struct xcb::ffi::xproto::xcb_list_fonts_with_info_request_t [] [src]

#[repr(C)]
pub struct xcb_list_fonts_with_info_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub max_names: u16, pub pattern_len: u16, }

get matching font names and information

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

Fields

The maximum number of fonts to be returned.

The length (in bytes) of pattern.