[][src]Function xcb::xproto::query_font

pub fn query_font<'a>(c: &'a Connection, font: Fontable) -> QueryFontCookie<'a>

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.