Function x11rb::protocol::xproto::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.