Struct xcb::x::ListFontsWithInfoReply
source · pub struct ListFontsWithInfoReply { /* private fields */ }
Implementations§
source§impl ListFontsWithInfoReply
impl ListFontsWithInfoReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
sourcepub fn min_bounds(&self) -> Charinfo
pub fn min_bounds(&self) -> Charinfo
minimum bounds over all existing char
sourcepub fn max_bounds(&self) -> Charinfo
pub fn max_bounds(&self) -> Charinfo
maximum bounds over all existing char
sourcepub fn min_char_or_byte2(&self) -> u16
pub fn min_char_or_byte2(&self) -> u16
first character
sourcepub fn max_char_or_byte2(&self) -> u16
pub fn max_char_or_byte2(&self) -> u16
last character
sourcepub fn default_char(&self) -> u16
pub fn default_char(&self) -> u16
char to print for undefined character
sourcepub fn draw_direction(&self) -> FontDraw
pub fn draw_direction(&self) -> FontDraw
pub fn min_byte1(&self) -> u8
pub fn max_byte1(&self) -> u8
sourcepub fn all_chars_exist(&self) -> bool
pub fn all_chars_exist(&self) -> bool
flag if all characters have nonzero size
sourcepub fn font_ascent(&self) -> i16
pub fn font_ascent(&self) -> i16
baseline to top edge of raster
sourcepub fn font_descent(&self) -> i16
pub fn font_descent(&self) -> i16
baseline to bottom edge of raster
sourcepub fn replies_hint(&self) -> u32
pub fn replies_hint(&self) -> u32
An indication of how many more fonts will be returned. This is only a hint and may be larger or smaller than the number of fonts actually returned. A zero value does not guarantee that no more fonts will be returned.
pub fn properties(&self) -> &[Fontprop]
pub fn name(&self) -> &Lat1Str
Trait Implementations§
source§impl Debug for ListFontsWithInfoReply
impl Debug for ListFontsWithInfoReply
source§impl Drop for ListFontsWithInfoReply
impl Drop for ListFontsWithInfoReply
source§impl Reply for ListFontsWithInfoReply
impl Reply for ListFontsWithInfoReply
impl Send for ListFontsWithInfoReply
impl Sync for ListFontsWithInfoReply
Auto Trait Implementations§
impl Freeze for ListFontsWithInfoReply
impl RefUnwindSafe for ListFontsWithInfoReply
impl Unpin for ListFontsWithInfoReply
impl UnwindSafe for ListFontsWithInfoReply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more