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
major_opcode: u8
pad0: u8
length: u16
max_names: u16
The maximum number of fonts to be returned.
pattern_len: u16
The length (in bytes) of pattern
.