x11rb::protocol::xproto

Function set_font_path

Source
pub fn set_font_path<'c, 'input, Conn>(
    conn: &'c Conn,
    font: &'input [Str],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,