Function xcb::xproto::open_font[][src]

pub fn open_font<'a>(c: &'a Connection, fid: Font, name: &str) -> VoidCookie<'a>

opens a font

Opens any X core font matching the given name (for example “-misc-fixed-*”).

Note that X core fonts are deprecated (but still supported) in favor of client-side rendering using Xft.

parameters: