[−][src]Type Definition xcb::xproto::QueryFontReply
type QueryFontReply = Reply<xcb_query_font_reply_t>;
Implementations
impl QueryFontReply[src]
pub fn min_bounds(&self) -> Charinfo[src]
pub fn max_bounds(&self) -> Charinfo[src]
pub fn min_char_or_byte2(&self) -> u16[src]
pub fn max_char_or_byte2(&self) -> u16[src]
pub fn default_char(&self) -> u16[src]
pub fn properties_len(&self) -> u16[src]
pub fn draw_direction(&self) -> u8[src]
pub fn min_byte1(&self) -> u8[src]
pub fn max_byte1(&self) -> u8[src]
pub fn all_chars_exist(&self) -> bool[src]
pub fn font_ascent(&self) -> i16[src]
pub fn font_descent(&self) -> i16[src]
pub fn char_infos_len(&self) -> u32[src]
pub fn properties(&self) -> FontpropIteratorⓘNotable traits for FontpropIterator
impl Iterator for FontpropIterator type Item = Fontprop;[src]
Notable traits for FontpropIterator
impl Iterator for FontpropIterator type Item = Fontprop;pub fn char_infos(&self) -> CharinfoIteratorⓘNotable traits for CharinfoIterator
impl Iterator for CharinfoIterator type Item = Charinfo;[src]
Notable traits for CharinfoIterator
impl Iterator for CharinfoIterator type Item = Charinfo;