Function x11rb_async::protocol::render::create_glyph_set
source · pub async fn create_glyph_set<Conn>(
conn: &Conn,
gsid: Glyphset,
format: Pictformat
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,