Function redwm::imports::query_font[][src]

pub fn query_font<Conn>(
    conn: &Conn,
    font: u32
) -> 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.