x11rb::protocol::xproto

Function query_font

Source
pub fn query_font<Conn>(
    conn: &Conn,
    font: Fontable,
) -> Result<Cookie<'_, Conn, QueryFontReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,
Expand description

query font metrics.

Queries information associated with the font.

ยงFields

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