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