[][src]Function clipboard_x11::query_font

pub fn query_font(
    c: &'a Connection,
    font: u32
) -> Cookie<'a, xcb_query_font_cookie_t>

query font metrics

Queries information associated with the font.

parameters:

  • c: The connection object to the server

  • font: The fontable (Font or Graphics Context) to query.